44 lines
963 B
YAML
44 lines
963 B
YAML
id: pi-hole-panel
|
|
|
|
info:
|
|
name: Pi-hole Login Panel - Detect
|
|
author: geeknik
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
max-request: 5
|
|
shodan-query: title:"Pi-hole"
|
|
tags: tech,pihole,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}/admin/index.php"
|
|
- "{{BaseURL}}/admin/login.php"
|
|
- "{{BaseURL}}/admin/index.php?login"
|
|
- "{{BaseURL}}/index.php?login"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: or
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Pi-hole"
|
|
- "Web Interface"
|
|
- "FTL"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>Pi-hole'
|
|
- 'Pi-hole: Your black hole for Internet advertisements'
|
|
- 'Pi-hole: A black hole for Internet advertisements'
|
|
- '<pre>sudo pihole -a -p</pre>'
|
|
condition: or
|