nuclei-templates/technologies/achecker-detect.yaml

27 lines
450 B
YAML

id: achecker-detect
info:
name: AChecker Detect
author: princechaddha
severity: info
tags: tech,achecker
requests:
- method: GET
path:
- "{{BaseURL}}/checker/login.php"
matchers-condition: and
matchers:
- type: word
part: body
words:
- ": Web Accessibility Checker</title>"
- "AChecker - Copyright"
condition: and
- type: status
status:
- 200