nuclei-templates/http/exposed-panels/c2/deimos-c2.yaml

32 lines
886 B
YAML
Raw Normal View History

2023-02-22 15:07:49 +00:00
id: deimos-c2
info:
2023-02-23 17:20:06 +00:00
name: Deimos C2 - Detect
2023-02-22 15:07:49 +00:00
author: pussycat0x
severity: info
description: |
2023-02-23 17:22:47 +00:00
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.
2023-02-22 15:07:49 +00:00
reference: |
https://twitter.com/MichalKoczwara/status/1551632627387473920
metadata:
verified: true
2023-10-14 11:27:55 +00:00
max-request: 1
2023-02-22 15:07:49 +00:00
shodan-query: http.html_hash:-14029177
tags: c2,ir,osint,deimosc2,panel
2023-02-22 15:07:49 +00:00
http:
2023-02-22 15:07:49 +00:00
- method: GET
path:
- '{{BaseURL}}/login'
matchers-condition: and
matchers:
- type: word
part: body
words:
2023-02-23 17:20:06 +00:00
- '<title>Deimos C2</title>'
2023-02-22 15:07:49 +00:00
- type: status
status:
2023-02-23 17:20:06 +00:00
- 200