C2 Matrix
  • The C2 Matrix
  • About
  • SANS Slingshot C2 Matrix VM
  • Contribute
  • Feedback
  • Lab Infrastructure
    • C2 Matrix Eval Lab
    • Basic Lab
    • Virtual Machines with C2s
    • Docker
    • Resources
  • C2
    • Caldera
    • Covenant
    • Deimos
    • Empire3
    • Empire5
    • Havoc
    • 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
On this page
  • Install Covenant
  • First run on SANS Slingshot C2 Matrix Edition 2020.4
  • Run Covenant

Was this helpful?

  1. C2

Covenant

Install Covenant

Ensure Docker is installed first. Run as root

cd /opt
git clone --recurse-submodules https://github.com/cobbr/Covenant
cd Covenant/Covenant
docker build -t covenant .
docker run -it -p 7443:7443 -p 8080:8080 -p 4433:4433 --name covenant -v /opt/Covenant/Covenant/Data:/app/Data covenant --username AdminUser --computername 0.0.0.0

First run on SANS Slingshot C2 Matrix Edition 2020.4

cd /opt/covenant/Covenant
sudo docker build -t covenant .
sudo docker run -it -p 7443:7443 -p 8080:8080 -p 4433:4433 --name covenant -v /opt/covenant/Covenant/Data:/app/Data covenant --username AdminUser --computername 0.0.0.0

Run Covenant

sudo docker start covenant -ai

Open Firefox and navigate to https://0.0.0.0:7443

Username: AdminUser
Password: slingshot
PreviousCalderaNextDeimos

Last updated 4 years ago

Was this helpful?

For more:

https://github.com/cobbr/Covenant/wiki