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

27 lines
576 B
YAML
Raw Normal View History

2020-04-04 18:19:48 +00:00
id: server-status-localhost
info:
name: Server Status Disclosure
2021-01-10 14:16:50 +00:00
author: pd-team & geeknik
2020-04-04 18:19:48 +00:00
severity: low
2021-03-12 08:57:14 +00:00
tags: config
2020-04-04 18:19:48 +00:00
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"
2020-10-30 20:33:50 +00:00
X-Host: "127.0.0.1"
X-Forwarded-Host: "127.0.0.1"
2020-04-04 18:19:48 +00:00
path:
- "{{BaseURL}}/server-status"
matchers:
- type: word
words:
- "Apache Server Status"
- "Server Version"
condition: and