nuclei-templates/misconfiguration/nginx/nginx-vhost-traffic-status....

27 lines
497 B
YAML

id: nginx-vhost-traffic-status
info:
name: Nginx Vhost Traffic Status
author: geeknik
severity: low
reference:
- https://github.com/vozlt/nginx-module-vts
tags: status,nginx,misconfig
requests:
- method: GET
path:
- "{{BaseURL}}/status"
matchers-condition: and
matchers:
- type: word
words:
- "Nginx Vhost Traffic Status"
- "Host"
- "Zone"
condition: and
- type: status
status:
- 200