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

26 lines
491 B
YAML
Raw Normal View History

2021-05-03 15:47:25 +00:00
id: nginx-vhost-traffic-status
info:
2021-05-03 15:51:26 +00:00
name: Nginx Vhost Traffic Status
2021-05-03 15:47:25 +00:00
author: geeknik
reference: https://github.com/vozlt/nginx-module-vts
severity: low
2021-05-05 08:58:46 +00:00
tags: status,nginx,misconfig
2021-05-03 15:47:25 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/status"
matchers-condition: and
matchers:
- type: word
words:
- "Nginx Vhost Traffic Status"
- "Host"
- "Zone"
2021-05-03 15:51:51 +00:00
condition: and
2021-05-03 15:47:25 +00:00
- type: status
status:
- 200