Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
This module is designed to detect the Ruckus Wireless Unleashed login panel. It aims to identify misconfigurations and vulnerabilities in the login panel of Ruckus Wireless Unleashed. The severity of this detection is informative. The module was authored by idealphase.
The impact of this module is to identify potential security weaknesses in the Ruckus Wireless Unleashed login panel. By detecting misconfigurations and vulnerabilities, it helps administrators take necessary actions to secure the login panel and prevent unauthorized access.
The module works by sending an HTTP GET request to the "/admin/login.jsp" path of the target website. It then applies matching conditions to determine if the Ruckus Wireless Unleashed login panel is present and functioning correctly.
The matching conditions include:
- Checking if the response body contains the "<title>Unleashed Login</title>
" HTML tag
- Verifying that the response status code is 200
If both conditions are met, the module considers the Ruckus Wireless Unleashed login panel to be detected.
For example, the module sends the following HTTP request:
GET /admin/login.jsp
The module then analyzes the response to determine if it matches the specified conditions.