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

27 lines
455 B
YAML
Raw Normal View History

id: achecker-panel
2021-07-27 01:06:17 +00:00
info:
name: AChecker Login Panel
2021-07-27 05:52:43 +00:00
author: princechaddha
2021-07-27 01:06:17 +00:00
severity: info
tags: panel,achecker
2021-07-27 01:06:17 +00:00
requests:
- method: GET
path:
2021-07-27 05:52:43 +00:00
- "{{BaseURL}}/checker/login.php"
2021-07-27 01:06:17 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- ": Web Accessibility Checker</title>"
- "AChecker - Copyright"
condition: and
2021-07-27 01:06:17 +00:00
- type: status
status:
- 200