Merge pull request #568 from geeknik/patch-9

Create pi-hole-detect.yaml
patch-1
bauthard 2020-10-15 23:13:21 +05:30 committed by GitHub
commit afefe0e3b6
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