🐳Docker

A quick guide how to build or pull the docker image.

Get the image

From Docker Hub

docker pull screamz2k/phoenixc2

From source

git clone https://github.com/screamz2k/PhoenixC2

Change directory

cd PhoenixC2

Build the image

docker build . -t phoenixc2

Create a container

Run the image and expose all ports to the underlying host, so stagers can connect to the listeners. (Only works on Linux)

docker run -it --network host screamz2k/phoenixc2

Last updated