Skip to content

Tactical RMM Login Panel - Detect

ID: tactical-rmm-panel

Severity: info

Author: johnk3r

Tags: panel,tacticalrmm,login,detect

Tactical RMM login panel was detected.

id: tactical-rmm-panel
info:
name: Tactical RMM Login Panel - Detect
author: johnk3r
severity: info
description: Tactical RMM login panel was detected.
classification:
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: http.title:"Tactical RMM - Login"
tags: panel,tacticalrmm,login,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Tactical RMM - Login"
- type: status
status:
- 200
# digest: 4a0a00473045022100c014170e026c88683df1bcdf96a2b45a56a5fb6e6da5b0e95a30548e2b76cc43022061b88aa5c3858fd45792f887e947911afaf0c18c1d3003d249ef068c1c4d4d49: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/tactical-rmm-panel.yaml"

View on Github