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:
|
2023-04-28 08:11:21 +00:00
|
|
|
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
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
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
|