Ethical Hacking Automation

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

Acunetix Login Panel

By kannthu

Informative
Vidoc logoVidoc Module
#panel
Description

Acunetix Login Panel

What is the Acunetix Login Panel?

The Acunetix Login Panel module is designed to detect the presence of an Acunetix login panel. Acunetix is a web vulnerability scanner used to identify security flaws in web applications. This module focuses on detecting the login panel specifically.

Severity: Informative

Author: joanbono

Impact

The presence of an Acunetix login panel indicates that the target web application is using Acunetix for vulnerability scanning. This information can be useful for security researchers and penetration testers to understand the security measures in place and potentially identify any misconfigurations or vulnerabilities associated with the Acunetix scanner itself.

How does the module work?

The Acunetix Login Panel module sends a GET request to the "/#/login" path of the target web application. It then applies two matching conditions to determine if an Acunetix login panel is present:

    - The module checks the response body for the presence of the following HTML elements: "<title>Acunetix</title>" and "<acx-root></acx-root>". If both elements are found, it indicates the presence of an Acunetix login panel. - The module also checks the response status code, ensuring it is 200 (OK).

If both matching conditions are met, the module reports the detection of an Acunetix login panel.

Reference: https://www.acunetix.com/

Metadata: max-request: 1

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/#/login
Matching conditions
word: <title>Acunetix</title>, <acx-root></acx...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability