Skip to content

AdGuard Panel - Detect

ID: adguard-panel

Severity: info

Author: ritikchaddha

Tags: adguard,panel,login,detect

AdGuard panel has been detected.

id: adguard-panel
info:
name: AdGuard Panel - Detect
author: ritikchaddha
severity: info
description: |
AdGuard panel has been detected.
classification:
cpe: cpe:2.3:a:adguard:adguard:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: adguard
product: adguard
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
# digest: 4b0a004830460221008e813ff34847fd9b7fdc73e5eacbd71527c30cbb742c6578e656847e0f182bd5022100c729e704f8da6b8e9d998f0b909bef16024e01ce00fd47551916948fbcc5acc1:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/adguard-panel.yaml"

View on Github