Skip to content

Nginx Status Page

ID: nginx-status

Severity: info

Author: dhiyaneshDK

Tags: misconfig,nginx,status

id: nginx-status
info:
name: Nginx Status Page
author: dhiyaneshDK
severity: info
metadata:
max-request: 2
tags: misconfig,nginx,status
http:
- method: GET
path:
- "{{BaseURL}}/nginx_status"
- "{{BaseURL}}/nginx-status"
matchers-condition: and
matchers:
- type: word
words:
- 'Active connections:'
- type: status
status:
- 200
# digest: 4b0a00483046022100dcf1bf9040c63ef1587fcbde9f47b98e53284fbfedb819a0f1e89ec12f2e7cce0221008cd908eb9e96d5faa7f1b0056fd22a3c929a9af5b520776640021a22c7c530e8: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-status.yaml"

View on Github