nuclei-templates/http/misconfiguration/unauthenticated-nginx-dashb...

30 lines
568 B
YAML
Raw Normal View History

2022-05-07 18:35:22 +00:00
id: unauthenticated-nginx-dashboard
info:
name: Nginx Dashboard
author: BibekSapkota (sar00n)
severity: low
reference:
- https://www.acunetix.com/vulnerabilities/web/unrestricted-access-to-nginx-dashboard/
metadata:
max-request: 1
2023-07-22 07:58:18 +00:00
shodan-query: html:"NGINX+ Dashboard"
2022-05-07 18:35:22 +00:00
tags: misconfig,nginx
http:
2022-05-07 18:35:22 +00:00
- method: GET
path:
- "{{BaseURL}}/dashboard.html"
max-size: 2048
2023-10-14 11:27:55 +00:00
2022-05-07 18:35:22 +00:00
matchers-condition: and
matchers:
- type: word
words:
- 'Nginx+ Dashboard'
- type: status
status:
- 200