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

36 lines
732 B
YAML
Raw Normal View History

id: achecker-panel
2021-07-27 01:06:17 +00:00
info:
name: AChecker Login - Panel Detect
2021-07-27 05:52:43 +00:00
author: princechaddha
2021-07-27 01:06:17 +00:00
severity: info
description: AChecker login panel was detected.
reference:
- https://achecker.achecks.ca/checker/index.php
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
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
# Enhanced by md on 2022/10/31