Create adguard-panel.yaml

main
Ritik Chaddha 2024-07-18 10:18:12 +05:30 committed by GitHub
parent 93643dd8d6
commit 9b043def47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
id: adguard-panel
info:
name: AdGuard Panel - Detect
author: ritikchaddha
severity: info
description: |
AdGuard panel has been detected.
metadata:
max-request: 1
verified: true
fofa-query: title="AdGuard Home"
tags: adguard,panel,login,detect
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'AdGuard Home</title>'
- type: status
status:
- 200