Ethical Hacking Automation

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

BigAnt Admin Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#bigant
Description

BigAnt Admin Login Panel - Detect

What is the "BigAnt Admin Login Panel - Detect" module?

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

Impact

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.

How does the module work?

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.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/index.php/Home/logi...
Matching conditions
word: <title>BigAnt Admin </title>and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability