Skip to content

Supershell C2 - Detect

ID: supershell-c2

Severity: info

Author: pussycat0x

Tags: c2,ir,osint,supershell,panel

Supershell is a C2 remote control platform accessed through WEB services. By establishing a reverse SSH tunnel, a fully interactive shell can be obtained, and it supports multi-platform architecture Payload.

id: supershell-c2
info:
name: Supershell C2 - Detect
author: pussycat0x
severity: info
description: |
Supershell is a C2 remote control platform accessed through WEB services. By establishing a reverse SSH tunnel, a fully interactive shell can be obtained, and it supports multi-platform architecture Payload.
reference:
- https://twitter.com/S4nsLimit3/status/1693619836339859497
- https://github.com/tdragon6/Supershell/blob/main/README_EN.md
metadata:
verified: true
max-request: 1
fofa-query: icon_hash="-1010228102"
tags: c2,ir,osint,supershell,panel
http:
- method: GET
path:
- '{{BaseURL}}'
host-redirects: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Supershell - 登录</title>'
- type: status
status:
- 200
# digest: 4a0a00473045022100f5b4282194a1ce9b00ad1666b628fc3ece30ca6ef1269c318a3974f5d8a7db08022027264b2f6279d239bfd96526a0abf4ba7954670897d789e41fdfb656af02ee41: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/supershell-c2.yaml"

View on Github