Skip to content

AdGuard - Installation

ID: adguard-installer

Severity: high

Author: ritikchaddha

Tags: adguard,misconfig,install

AdGuard Installation panel has been exposed.

id: adguard-installer
info:
name: AdGuard - Installation
author: ritikchaddha
severity: high
description: |
AdGuard Installation panel has been exposed.
classification:
cpe: cpe:2.3:a:adguard:adguard:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: adguard
product: adguard
fofa-query: title="Setup AdGuard Home"
tags: adguard,misconfig,install
http:
- method: GET
path:
- "{{BaseURL}}/install.html"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Setup AdGuard Home'
- type: status
status:
- 200
# digest: 490a0046304402205e7dd8378df73a6a4ee661756e2250fd8205c0884d023ac3b22d68c7c8e8cb8c022034340ee2fd97a014f5a2b54989f7015dcda88808fd4a90191ec2a7016a796493: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/misconfiguration/installer/adguard-installer.yaml"

View on Github