Ethical Hacking Automation

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

BioTime Web Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#biotime
Description

What is the "BioTime Web Login Panel - Detect?"

The "BioTime Web Login Panel - Detect" module is designed to detect the presence of the BioTime web login panel. BioTime is a software used for time and attendance tracking. This module focuses on identifying potential misconfigurations or vulnerabilities in the login panel.

This module has an informative severity level, which means it provides valuable information but does not indicate a critical security issue.

This module was authored by robotshell.

Impact

The impact of the BioTime Web Login Panel module depends on the specific misconfiguration or vulnerability detected. It could potentially expose sensitive user data or allow unauthorized access to the system.

How does the module work?

The module works by sending an HTTP GET request to the "/login/" path of the target website. It then applies two matching conditions to determine if the BioTime web login panel is present:

- The module checks if the response body contains the HTML title tag with the text "BioTime". - It also verifies that the response status code is 200, indicating a successful request.

If both conditions are met, the module reports a positive detection of the BioTime web login panel.

For example, the module might send the following HTTP request:

GET /login/ HTTP/1.1
Host: example.com

The module then analyzes the response to determine if it matches the specified conditions.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/login/
Matching conditions
regex: <title>BioTime(.*)</title>and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability