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

29 lines
449 B
YAML

id: pi-hole-detect
info:
name: pi-hole detector
author: geeknik
severity: info
tags: tech,pihole
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}/admin/index.php"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "Pi-hole"
- "Web Interface"
- "FTL"
part: body
condition: and