Skip to content

Rhadamanthys Stealer C2 Panel - Detect

ID: rhadamanthys-stealer-panel

Severity: info

Author: ritikchaddha

Tags: c2,rhadamanthys,stealer,panel

id: rhadamanthys-stealer-panel
info:
name: Rhadamanthys Stealer C2 Panel - Detect
author: ritikchaddha
severity: info
reference:
- https://twitter.com/0xperator/status/1677873700610162690
- https://github.com/alex14324/Rhadamanthys-Stealer
metadata:
verified: true
max-request: 1
tags: c2,rhadamanthys,stealer,panel
http:
- method: GET
path:
- "{{BaseURL}}/admin/console/index.html"
host-redirects: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Rhadamanthys Admin"
- type: status
status:
- 200
# digest: 4a0a00473045022100ae1dbc918b07cb9513fdbc4e1bb0e09c6e8c1905d36421386517c5e572705dd10220755ebd926af45ae4df25ed25f316ac8f193fa2454ed7a9f1c57325397b1580b1: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/c2/rhadamanthys-stealer-panel.yaml"

View on Github