Skip to content

Terramaster Login Panel - Detect

ID: terramaster-login

Severity: info

Author: gy741

Tags: panel,terramaster,login

Terramaster login panel was detected.

id: terramaster-login
info:
name: Terramaster Login Panel - Detect
author: gy741
severity: info
description: Terramaster login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
tags: panel,terramaster,login
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: or
matchers:
- type: word
words:
- "<title>TOS Loading</title>"
part: body
- type: word
words:
- "Server: TOS"
- "X-Powered-By: TerraMaster"
condition: or
part: header
# digest: 4b0a00483046022100a630d450cf3ee4455e62ea20242cedffe433e3bc0156006f143450987c3e3868022100f69a1ed3a4e74c9948caef88db4f19cfa3a498e0ea648d6f46afd407e30c3e51:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/terramaster-login.yaml"

View on Github