Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "BigAnt Admin Login Panel - Detect" module is a test case designed to detect the presence of the BigAnt admin login panel. It targets the BigAnt software and aims to identify potential misconfigurations or vulnerabilities in the login panel.
This module has an informative severity level, meaning it provides valuable information but does not pose an immediate threat.
Author: princechaddha
The impact of the BigAnt admin login panel being detected is dependent on the specific findings of the module. It could indicate potential security risks or weaknesses in the login panel, which may require further investigation and remediation.
The "BigAnt Admin Login Panel - Detect" module utilizes HTTP request templates and matching conditions to identify the presence of the BigAnt admin login panel. It sends a GET request to the "/index.php/Home/login/index.html" path and applies two matching conditions:
- The response body must contain the HTML tag "<title>BigAnt Admin </title>
".
- The response status code must be 200 (OK).
If both conditions are met, the module considers the BigAnt admin login panel to be detected.
Example HTTP request:
GET /index.php/Home/login/index.html
The module then evaluates the response body and status code against the matching conditions to determine if the BigAnt admin login panel is present.