Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "NetSUS Server Login Panel - Detect" module is designed to detect the presence of the NetSUS Server login panel. NetSUS Server is a software used for server administration and management. This module focuses on identifying the login panel and does not perform any actions beyond detection. The severity of this module is classified as informative, meaning it provides information about the presence of the login panel but does not indicate any vulnerabilities or misconfigurations. This module was created by an unknown author.
This module does not have any direct impact on the target system. It solely aims to identify the presence of the NetSUS Server login panel.
The "NetSUS Server Login Panel - Detect" module works by sending an HTTP GET request to the "/webadmin/" path of the target system. It then applies two matching conditions to determine if the NetSUS Server login panel is present:
<title>NetSUS Server Login</title>
".
- The module verifies if the response status code is 200, indicating a successful request.
If both conditions are met, the module reports the presence of the NetSUS Server login panel. The module does not perform any further actions or interact with the target system beyond this detection process.