31 lines
565 B
YAML
31 lines
565 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
|
|
metadata:
|
|
max-request: 1
|
|
|
|
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
|