26 lines
491 B
YAML
26 lines
491 B
YAML
id: nginx-vhost-traffic-status
|
|
|
|
info:
|
|
name: Nginx Vhost Traffic Status
|
|
author: geeknik
|
|
reference: https://github.com/vozlt/nginx-module-vts
|
|
severity: low
|
|
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
|