Ethical Hacking Automation

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

Terramaster Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#terramaster#login
Description

Terramaster Login Panel - Detect

What is the "Terramaster Login Panel - Detect?"

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.

Impact

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.

How does the module work?

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.

Module preview

Concurrent Requests (0)
Passive global matcher
word: <title>TOS Loading</title>or
word: Server: TOS, X-Powered-By: TerraMaster
On match action
Report vulnerability