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
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2020-10-15 17:03:33 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2020-10-15 17:03:33 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/admin/index.php"
|
2023-09-05 11:09:52 +00:00
|
|
|
- "{{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
|
2023-09-05 11:09:52 +00:00
|
|
|
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
|