Skip to content

RTM WEB - Panel

ID: rtm-web-panel

Severity: info

Author: DhiyaneshDK

Tags: panel,login,rtm-web

id: rtm-web-panel
info:
name: RTM WEB - Panel
author: DhiyaneshDK
severity: info
metadata:
verified: true
max-request: 1
shodan-query: "RTM WEB"
tags: panel,login,rtm-web
http:
- method: GET
path:
- "{{BaseURL}}/Login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>RTM WEB</title>"
- type: status
status:
- 200
# digest: 4b0a00483046022100cfdac1d72f86afd2140ea54bfa0ce68395e308e63b66287418a2b1b7be37115a02210098cd2ccc035ff47d1b1bf99ad13976e670ddab8c974f7c24a37306fce7b96e47: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/rtm-web-panel.yaml"

View on Github