Create pi-admin-console.yaml

patch-1
Dhiyaneshwaran 2021-02-27 18:05:29 +05:30 committed by GitHub
parent ebe5aa8171
commit fa8c3e6f5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
id: pi-hole-admin-console
info:
name: Pi-hole Admin Console
author: dhiyaneshDK
severity: info
reference: https://www.exploit-db.com/ghdb/6626
requests:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/admin/index.php?login'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Pi-hole Admin Console</title>'
- type: status
status:
- 200