Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Fireware XTM Login Panel - Detect" module is designed to detect the presence of the Fireware XTM login panel. Fireware XTM is a software used for network security and VPN management. This module focuses on identifying the login panel and does not perform any further actions. 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 dhiyaneshDK.
This module does not have any direct impact as it only detects the presence of the Fireware XTM login panel. However, the information obtained from this detection can be used to assess the security posture of the target system and identify potential vulnerabilities or misconfigurations.
The "Fireware XTM Login Panel - Detect" module works by sending a GET request to the "/sslvpn_logon.shtml" path of the target system. It then applies two matching conditions to determine if the Fireware XTM login panel is present:
- The module checks if the response contains the phrase "<title>User Authentication". This indicates that the login panel is displayed. - The module also verifies that the response status is 200, indicating a successful request.If both conditions are met, the module considers the Fireware XTM login panel to be detected.
Example HTTP request:
GET /sslvpn_logon.shtml
The module matches the response against the following conditions:
- The response body must contain the phrase "<title>User Authentication". - The response status must be 200.By analyzing the response, the module determines if the Fireware XTM login panel is present on the target system.