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

42 lines
884 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"
- "{{BaseURL}}/admin/login.php"
- "{{BaseURL}}/admin/index.php?login"
- "{{BaseURL}}/index.php?login"
2020-10-15 17:03:33 +00:00
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: or
- type: word
words:
- '<title>Pi-hole - '
- 'Pi-hole: Your black hole for Internet advertisements'
- 'Pi-hole: A black hole for Internet advertisements'
- 'https://pi-hole.net'
- '<pre>sudo pihole -a -p</pre>'
part: body
condition: or