nuclei-templates/exposed-panels/acunetix-panel.yaml

31 lines
570 B
YAML

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
tags: panel
requests:
- 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
# Enhanced by mp on 2022/03/20