Ethical Hacking Automation

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

FootPrints Service Core Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#tech#panel#footprints
Description

What is the "FootPrints Service Core Login Panel - Detect?"

The "FootPrints Service Core Login Panel - Detect" module is designed to detect the presence of the FootPrints Service Core login panel. This module is used to identify potential misconfigurations or vulnerabilities in the login panel of the FootPrints Service Core software. The severity of this module is classified as informative, meaning it provides valuable information but does not pose an immediate threat. The original author of this module is tess.

Impact

This module does not have a direct impact on the system or software being scanned. Instead, it provides information about the presence of the FootPrints Service Core login panel, which can help identify potential security risks or configuration issues.

How does the module work?

The "FootPrints Service Core Login Panel - Detect" module works by sending HTTP requests to specific paths associated with the login panel. It uses matching conditions to determine if the login panel is present. The module checks for the presence of the phrase "FootPrints Service Core Login" in the response body and verifies that the HTTP status code is 200. If both conditions are met, the module reports a successful detection of the login panel.

Example HTTP request:

GET /MRcgi/MRlogin.pl

Matching conditions:

- The response body must contain the phrase "FootPrints Service Core Login". - The HTTP status code must be 200.

This module provides valuable information about the presence of the FootPrints Service Core login panel, allowing users to assess the security and configuration of their system.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/MRcgi/MRlogin.pl/MRcgi/MRentrancePag...
Matching conditions
word: FootPrints Service Core Loginand
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability