Create pi-hole-detect.yaml

patch-1
Geeknik Labs 2020-10-15 17:03:33 +00:00 committed by GitHub
parent 3d06ffa549
commit 71d2b16a88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
id: pi-hole-detect
info:
name: pi-hole detector
author: geeknik
severity: info
requests:
- 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