Skip to content

Nginx Vhost Traffic Status

ID: nginx-vhost-traffic-status

Severity: low

Author: geeknik

Tags: status,nginx,misconfig

Nginx Vhost Traffic status is exposed.

id: nginx-vhost-traffic-status
info:
name: Nginx Vhost Traffic Status
author: geeknik
severity: low
description: Nginx Vhost Traffic status is exposed.
reference:
- https://github.com/vozlt/nginx-module-vts
metadata:
max-request: 1
tags: status,nginx,misconfig
http:
- method: GET
path:
- "{{BaseURL}}/status"
matchers-condition: and
matchers:
- type: word
words:
- "Nginx Vhost Traffic Status"
- "Host"
- "Zone"
condition: and
- type: status
status:
- 200
# digest: 4b0a00483046022100abb2d972154309770ba68f4273838c1c5b1a0af2c7352beb4cec11e38fd8e849022100a996a4ec91f4fbe2f506571444ab5f06c607c1109eff1e7002ee53d036a508de:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/nginx/nginx-vhost-traffic-status.yaml"

View on Github