Mythic C2 - Detect
ID: mythic-c2
Severity: info
Author: pussycat0x
Tags: c2,ir,osint,mythic,panel
Description
Section titled “Description”A cross-platform, post-exploit, red teaming framework built with python3, docker, docker-compose, and a web browser UI.It’s designed to provide a collaborative and user friendly interface for operators, managers, and reporting throughout red teaming.
YAML Source
Section titled “YAML Source”id: mythic-c2
info: name: Mythic C2 - Detect author: pussycat0x severity: info description: | A cross-platform, post-exploit, red teaming framework built with python3, docker, docker-compose, and a web browser UI. It's designed to provide a collaborative and user friendly interface for operators, managers, and reporting throughout red teaming. reference: | https://www.socinvestigation.com/shodan-filters-to-hunt-adversaries-infrastructure-and-c2/ metadata: verified: true max-request: 1 shodan-query: ssl:Mythic port:7443 tags: c2,ir,osint,mythic,panel
http: - method: GET path: - '{{BaseURL}}/new/login'
matchers-condition: and matchers: - type: word part: body words: - '<title>Mythic</title><'
- type: status status: - 200# digest: 4b0a00483046022100e2821aaf0099ff5ccc79fdb0a503c7e9e5bb98e27fdcffb04775e6b541e5486a022100869a785df23ed4760f3db92396b2a1e3154173cc48f989cfa8fef0d590f68c41:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/c2/mythic-c2.yaml"