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:
|
2021-07-27 05:47:26 +00:00
|
|
|
- ": Web Accessibility Checker</title>"
|
|
|
|
- "AChecker - Copyright"
|
|
|
|
condition: and
|
2021-07-27 01:06:17 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|