nuclei-templates/http/exposed-panels/adguard-panel.yaml

33 lines
559 B
YAML
Raw Normal View History

2024-07-18 04:48:12 +00:00
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