Skip to content

Acunetix Login Panel

ID: acunetix-panel-detect

Severity: info

Author: joanbono

Tags: panel

An Acunetix login panel was detected.

id: acunetix-panel-detect
info:
name: Acunetix Login Panel
author: joanbono
severity: info
description: An Acunetix login panel was detected.
reference:
- https://www.acunetix.com/
classification:
cwe-id: CWE-200
metadata:
max-request: 1
tags: panel
http:
- method: GET
path:
- "{{BaseURL}}/#/login"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Acunetix</title>'
- '<acx-root></acx-root>'
part: body
- type: status
status:
- 200
# digest: 4a0a00473045022100d92d8cc44f7cc603e81a3bc7f1a551d2c07e0f4858673c4f6459340ab06d0a5702202901f30138d7abe1106c5e5e7bb6e2b2244cba6aab99e96498d302393686b5f1: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/acunetix-panel.yaml"

View on Github