mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Added Nginx Dashboard (#4318)
This commit is contained in:
27
misconfiguration/unauthenticated-nginx-dashboard.yaml
Normal file
27
misconfiguration/unauthenticated-nginx-dashboard.yaml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user