githubEdit

Modern C2 Frameworks

Command and Control frameworks for red team operations (2024-2025).

Skill Level: Advanced Prerequisites: Network protocols, evasion techniques, operational security

Framework Comparison

Framework
Language
License
Evasion
Comms

Sliver

Go

Open Source

Good

mTLS, HTTP(S), DNS, WG

Havoc

C/C++

Open Source

Excellent

HTTP(S), SMB

Mythic

Python/Go

Open Source

Good

Multiple agents

Brute Ratel

C/C++

Commercial

Excellent

HTTP(S), DNS, SMB

Nighthawk

C++

Commercial

Excellent

HTTP(S), DNS

Cobalt Strike

Java

Commercial

Good

HTTP(S), DNS, SMB

Sliver

Installation

# Download latest release
curl https://sliver.sh/install | sudo bash

# Or build from source
git clone https://github.com/BishopFox/sliver.git
cd sliver
make

# Start server
./sliver-server

Implant Generation

Listeners

Operations

Evasion Features

Havoc

Installation

Demon Generation

Features

Operations

Mythic

Installation

Available Agents

Payload Generation

Operations

Brute Ratel C4 (Commercial)

Overview

Key Features

Operational Concepts

Nighthawk (Commercial)

Overview

Features

Evasion Techniques

Common to Modern C2s

Sleep Obfuscation Example

C2 Infrastructure

Redirectors

Domain Fronting

Malleable Profiles

Last updated

Was this helpful?