Ethical Hacking Automation

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

Forcepoint Login panel

By kannthu

Informative
Vidoc logoVidoc Module
#forcepoint#panel#login
Description

What is the "Forcepoint Login panel?"

The "Forcepoint Login panel" module is designed to detect misconfigurations or vulnerabilities in the login panel of the Forcepoint Email Security software. It is an informative module that provides insights into potential security issues related to the login functionality. The severity of the module is classified as informative, meaning it provides valuable information without posing an immediate threat. The original author of this module is husain.

Impact

This module aims to identify any misconfigurations or vulnerabilities in the Forcepoint Email Security login panel. By detecting these issues, organizations can take appropriate measures to enhance the security of their login system and protect sensitive information from unauthorized access.

How does the module work?

The "Forcepoint Login panel" module works by sending an HTTP GET request to the "/pem/login/pages/login.jsf" path of the target system. It then applies matching conditions to determine if the login panel belongs to the Forcepoint Email Security software and if the response status is 200 (indicating a successful request).

The matching conditions used in this module are:

- Matcher 1: It checks if the response contains the phrase "Forcepoint Email Security". - Matcher 2: It verifies if the response status is 200.

If both matching conditions are met, the module reports a potential vulnerability or misconfiguration in the Forcepoint Email Security login panel.

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

GET /pem/login/pages/login.jsf

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

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/pem/login/pages/log...
Matching conditions
word: Forcepoint Email Securityand
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability