Ethical Hacking Automation

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

NetSUS Server Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#netsus#login
Description

What is the "NetSUS Server Login Panel - Detect?"

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.

Impact

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.

How the module works?

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:

    - The module checks if the response body contains the HTML title tag "<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.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/webadmin/
Matching conditions
word: <title>NetSUS Server Login</title>and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability