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

25 lines
522 B
YAML
Raw Normal View History

2021-03-02 15:29:08 +00:00
id: acunetix-panel-detect
info:
name: Acunetix Panel detector
author: joanbono
severity: info
2021-04-06 07:25:57 +00:00
tags: panel
2021-03-02 15:29:08 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/#/login"
headers:
2021-03-02 15:40:57 +00:00
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko)
2021-03-02 15:29:08 +00:00
matchers-condition: and
matchers:
- type: word
words:
- '<title>Acunetix</title>'
- '<acx-root></acx-root>'
part: body
- type: status
status:
- 200