nuclei-templates/http/technologies/pi-hole-detect.yaml

29 lines
449 B
YAML
Raw Normal View History

2020-10-15 17:03:33 +00:00
id: pi-hole-detect
2021-09-09 13:38:13 +00:00
2020-10-15 17:03:33 +00:00
info:
name: pi-hole detector
author: geeknik
severity: info
2021-09-09 13:38:13 +00:00
tags: tech,pihole
metadata:
max-request: 1
2020-10-15 17:03:33 +00:00
http:
2020-10-15 17:03:33 +00:00
- method: GET
path:
- "{{BaseURL}}/admin/index.php"
matchers-condition: and
matchers:
- type: status
status:
- 200
2021-09-09 13:38:13 +00:00
2020-10-15 17:03:33 +00:00
- type: word
words:
- "Pi-hole"
- "Web Interface"
- "FTL"
part: body
condition: and