Ethical Hacking Automation

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

Aptus Login - Panel Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#aptus
Description

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

The "Aptus Login - Panel Detect" module is designed to detect the presence of the Aptus login panel. It is a module used in the Vidoc platform for scanning and identifying potential misconfigurations, vulnerabilities, or software fingerprints. The severity of this module is classified as informative. The original author of this module is princechaddha.

Impact

This module does not have a direct impact on the target system. It is used to identify the presence of the Aptus login panel, which can help in further analysis and assessment of the system's security posture.

How does the module work?

The "Aptus Login - Panel Detect" module works by sending HTTP requests to the target system and applying matching conditions to determine if the Aptus login panel is present. The module uses two matching conditions:

- Matcher 1: It checks if the HTML body of the response contains the "<title>Aptus Login</title>" tag. - Matcher 2: It verifies if the HTTP response status code is 200 (OK).

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

Example HTTP request:

GET / HTTP/1.1
Host: example.com

The module's matching conditions ensure that the target system has the expected HTML title tag and returns a successful HTTP response. This helps in identifying instances of the Aptus login panel.

Module preview

Concurrent Requests (0)
Passive global matcher
word: <title>Aptus Login</title>and
status: 200
On match action
Report vulnerability