Added Nginx Dashboard (#4318)
parent
cb66f11f66
commit
b37f2dbff5
|
@ -0,0 +1,27 @@
|
|||
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:
|
||||
shpdan-query: html:"NGINX+ Dashboard"
|
||||
tags: misconfig,nginx
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/dashboard.html"
|
||||
|
||||
max-size: 2048
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- 'Nginx+ Dashboard'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue