25 lines
522 B
YAML
25 lines
522 B
YAML
id: acunetix-panel-detect
|
|
|
|
info:
|
|
name: Acunetix Panel detector
|
|
author: joanbono
|
|
severity: info
|
|
tags: panel
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/#/login"
|
|
headers:
|
|
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko)
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Acunetix</title>'
|
|
- '<acx-root></acx-root>'
|
|
part: body
|
|
- type: status
|
|
status:
|
|
- 200
|