nuclei-templates/misconfiguration/nginx-status.yaml

23 lines
346 B
YAML
Raw Normal View History

2021-02-07 13:35:49 +00:00
id: nginx-status
2021-01-20 09:06:14 +00:00
info:
2021-02-07 13:35:49 +00:00
name: Nginx Status Page
2021-01-20 09:06:14 +00:00
author: dhiyaneshDK
severity: low
2021-03-12 08:57:14 +00:00
tags: config,nginx
2021-01-20 09:06:14 +00:00
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