nuclei-templates/misconfiguration/nginx-status.yaml

22 lines
325 B
YAML
Raw Normal View History

2021-01-20 09:06:14 +00:00
id: ngnix-status
info:
name: Ngnix Status Page
author: dhiyaneshDK
severity: low
requests:
- method: GET
path:
- "{{BaseURL}}/nginx_status"
matchers-condition: and
matchers:
- type: word
words:
2021-01-21 14:20:58 +00:00
- 'Active connections:'
2021-01-20 09:06:14 +00:00
- type: status
status:
- 200