Ethical Hacking Automation

Automate Recon and scanning process with Vidoc. All security teams in one place

AChecker Login - Panel Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#achecker
Description

AChecker Login - Panel Detect

What is the "AChecker Login - Panel Detect" module?

The "AChecker Login - Panel Detect" module is designed to detect the presence of the AChecker login panel. AChecker is a web accessibility checker that helps identify and resolve accessibility issues. This module focuses on detecting misconfigurations related to the AChecker login panel.

This module has an informative severity level, which means it provides valuable information but does not indicate a critical vulnerability or misconfiguration.

Impact

This module does not directly impact the security or functionality of the target system. Instead, it helps identify potential misconfigurations related to the AChecker login panel, which can affect the accessibility of the website.

How the module works?

The "AChecker Login - Panel Detect" module works by sending a GET request to the "/checker/login.php" path of the target website. It then applies two matching conditions to determine if the AChecker login panel is present:

    - The module checks the response body for specific words, including ": Web Accessibility Checker" and "AChecker - Copyright". If both words are found, it indicates the presence of the AChecker login panel. - The module also verifies that the HTTP response status code is 200, indicating a successful request.

If both matching conditions are met, the module reports a successful detection of the AChecker login panel.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/checker/login.php
Matching conditions
word: : Web Accessibility Checker</title>, ACh...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability