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

27 lines
615 B
YAML

id: server-status-localhost
info:
name: Server Status Disclosure
author: bauthard & geeknik
severity: low
requests:
- method: GET
# Example of sending some headers to the servers
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