C2 Matrix
Search…
C2 Matrix
The C2 Matrix
SANS Slingshot C2 Matrix VM
Contribute
Lab Infrastructure
C2 Matrix Eval Lab
Basic Lab
Virtual Machines with C2s
Docker
Resources
C2
Caldera
Covenant
Empire
Faction
ibombshell
Koadic
Merlin
Mythic
Nuages
PoshC2
PowerHub
SilentTrinity
Sliver
SCYTHE
TrevorC2
Attack Infrastructure
Resources
Redirectors/Relays
Detection
Basics
Beacons
JA3/JA3S Hashes
JARM
Powered By
GitBook
Docker
Using Docker is a great idea for creating lab and attack infrastructure. Many C2s use Docker or have the option.
Install Docker on Kali
1
curl
-fsSL https://download.docker.com/linux/debian/gpg
|
apt-key
add
-
2
echo
'deb [arch=amd64] https://download.docker.com/linux/debian buster stable'
>
/etc/apt/sources.list.d/docker.list
3
apt-get
update
4
apt-get
install
docker-ce
5
apt-get
install
docker-compose
Copied!
Start Docker
1
systemctl start
docker
Copied!
Lab Infrastructure - Previous
Virtual Machines with C2s
Next - Lab Infrastructure
Resources
Last modified
2yr ago
Copy link
Contents
Install Docker on Kali
Start Docker