Skip to content

Tornado Server Panel - Detect

ID: tornado-server-login

Severity: info

Author: tess

Tags: panel,tornado,tech

Tornado server panel was detected.

id: tornado-server-login
info:
name: Tornado Server Panel - Detect
author: tess
severity: info
description: Tornado server 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
cvss-score: 0
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: title:"Tornado - Login"
tags: panel,tornado,tech
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Welcome to Docmosis Tornado"
- "Please log in:"
condition: and
- type: status
status:
- 200
# digest: 4b0a0048304602210095b81a1f997ba8d6aab082eb63323d7eb92dac7e3a921e60374052c6976bf100022100856d3e764959fc58f418143b72f6458a2cc95754272395fb5614b9fa78ad86cf: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/technologies/tornado-server-login.yaml"

View on Github