Skip to content

Deimos C2 - Detect

ID: deimos-c2

Severity: info

Author: pussycat0x

Tags: c2,ir,osint,deimosc2,panel

DeimosC2 is a post-exploitation Command & Control (C2) tool that leverages multiple communication methods in order to control machines that have been compromised. DeimosC2 server and agents works on, and has been tested on, Windows, Darwin, and Linux.It is entirely written in Golang with a front end written in Vue.js.

id: deimos-c2
info:
name: Deimos C2 - Detect
author: pussycat0x
severity: info
description: |
DeimosC2 is a post-exploitation Command & Control (C2) tool that leverages multiple communication methods in order to control machines that have been compromised. DeimosC2 server and agents works on, and has been tested on, Windows, Darwin, and Linux.It is entirely written in Golang with a front end written in Vue.js.
reference: |
https://twitter.com/MichalKoczwara/status/1551632627387473920
metadata:
verified: true
max-request: 1
shodan-query: http.html_hash:-14029177
tags: c2,ir,osint,deimosc2,panel
http:
- method: GET
path:
- '{{BaseURL}}/login'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Deimos C2</title>'
- type: status
status:
- 200
# digest: 4a0a00473045022100919f6d6319962b03aacefc85b1d4e4da92f13a692313b69f9ac245eb44449c250220792fbcad32c9bf1ea680de39291dbee6db14a08cbb08d124b38e81b522da8c57: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/deimos-c2.yaml"

View on Github