Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Terramaster Login Panel - Detect" module is designed to detect the presence of the Terramaster login panel. Terramaster is a software used for managing network-attached storage (NAS) devices. This module focuses on identifying the login panel specifically.
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 gy741.
This module does not have a direct impact on the system. It simply detects the presence of the Terramaster login panel, providing information about its existence.
The "Terramaster Login Panel - Detect" module works by analyzing the HTTP response received from the target system. It uses specific matching conditions to identify the presence of the Terramaster login panel.
The module checks for two types of matchers:
- Body Matcher: It searches for the presence of the "<title>TOS Loading</title>
" tag in the body of the HTTP response.
- Header Matcher: It looks for the presence of either the "Server: TOS
" or "X-Powered-By: TerraMaster
" headers in the HTTP response.
If any of these conditions are met, the module reports the detection of the Terramaster login panel.
Here is an example of an HTTP request that the module might send:
GET / HTTP/1.1
Host: example.com
The module then analyzes the response to determine if it matches the defined conditions.