nuclei-templates/technologies/achecker-detect.yaml

27 lines
450 B
YAML
Raw Normal View History

2021-07-27 05:52:43 +00:00
id: achecker-detect
2021-07-27 01:06:17 +00:00
info:
2021-07-27 05:52:43 +00:00
name: AChecker Detect
author: princechaddha
2021-07-27 01:06:17 +00:00
severity: info
2021-07-27 05:52:43 +00:00
tags: tech,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