nuclei-templates/misconfiguration/server-status-localhost.yaml

27 lines
576 B
YAML

id: server-status-localhost
info:
name: Server Status Disclosure
author: pd-team & geeknik
severity: low
tags: config
requests:
- method: GET
headers:
X-Client-IP: "127.0.0.1"
X-Remote-IP: "127.0.0.1"
X-Remote-Addr: "127.0.0.1"
X-Forwarded-For: "127.0.0.1"
X-Originating-IP: "127.0.0.1"
X-Host: "127.0.0.1"
X-Forwarded-Host: "127.0.0.1"
path:
- "{{BaseURL}}/server-status"
matchers:
- type: word
words:
- "Apache Server Status"
- "Server Version"
condition: and