Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "FortiAP Login Panel - Detect" module is designed to detect the presence of the FortiAP login panel. FortiAP is a wireless access point product offered by Fortinet. 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 indicate a vulnerability or misconfiguration.
This module was authored by DhiyaneshDk.
This module does not have any direct impact as it only detects the presence of the FortiAP login panel. It does not perform any actions or exploit any vulnerabilities.
The "FortiAP Login Panel - Detect" module works by sending HTTP requests and matching the responses against predefined conditions. It uses the following matching conditions:
- Global Matchers: - Matchers: - Part: All - Type: Word - Words: <title>FortiAP</title> - Negative: False - Condition: And - Part: Header - Type: Word - Words: text/html - Negative: False - Condition: And - Part: All - Type: Status - Status: 200 - Negative: False - Condition: And - Matchers Condition: AndThis module matches the response based on the presence of the word "FortiAP" in the title tag, the "text/html" content type in the header, and a status code of 200. If all these conditions are met, the module considers the FortiAP login panel to be detected.
While this module does not provide any specific HTTP request examples, it utilizes the defined matching conditions to identify the FortiAP login panel.