Managing the C2

Server

The only commando's you need to know, are the commands related to Docker.

All commands relating to docker-compose, need to be executed in the folder where the docker-compose.yml file is located.

Firstly you need to build everything. You can do this by executing;

docker-compose build

Once all is build, you can deploy it using;

docker-compose up -d

If you want to see the logs in real-time and want to debug first, use

docker-compose up

Please know that building and the first run of the Docker compose file can take a few minutes, depending on your hardware.

Web UI

When you go to your server via the browser, and go the Crypsis C2 webpage - you should see the dashboard.

circle-exclamation

SSL issues

This is most likely caused by a CRL misconfig. If you create a new client cert/key pair - you need to copy/update the CRL file and restart the Mosquitto MQTT container.

Last updated