36 lines
732 B
YAML
36 lines
732 B
YAML
id: achecker-panel
|
|
|
|
info:
|
|
name: AChecker Login - Panel Detect
|
|
author: princechaddha
|
|
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
|
|
|
|
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
|
|
|
|
# Enhanced by md on 2022/10/31
|