From 9b043def47b24ce7d1aaf257b6c8c3baaeedb160 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Thu, 18 Jul 2024 10:18:12 +0530 Subject: [PATCH] Create adguard-panel.yaml --- http/exposed-panels/adguard-panel.yaml | 32 ++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 http/exposed-panels/adguard-panel.yaml diff --git a/http/exposed-panels/adguard-panel.yaml b/http/exposed-panels/adguard-panel.yaml new file mode 100644 index 0000000000..0f40d77b89 --- /dev/null +++ b/http/exposed-panels/adguard-panel.yaml @@ -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' + + - type: status + status: + - 200