Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
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
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.
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:
<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