PhoenixC2
  • πŸ”₯Welcome to PhoenixC2
    • πŸ—ΊοΈRoadmap
  • πŸ› οΈSetup
    • 🐳Docker
    • 🏠Local
  • πŸ”§maintenance
    • 🌐Database
    • πŸ‘‘Administration
  • 🧱Elements
    • 🧰Kits
      • 🎧Listeners
      • πŸ₯·Stagers
    • πŸ—ΊοΈOperations
    • πŸ“„Tasks
    • πŸ‘₯Users
    • πŸ”Credentials
    • πŸ““Logs
    • πŸ”ŒPlugins
    • 🧩Modules
    • πŸ”ƒBypasses
    • πŸ’»Devices
  • πŸ”„Clients
    • πŸ–ΌοΈWeb-Interface
    • ◼️CLI
  • πŸ‘¨β€πŸ’»Developer Reference
    • ↗️Endpoints
      • πŸ”“Authentication
      • 🎧Listeners
    • 🧩Creating Modules
    • πŸ”ŒCreating Plugins
    • 🧰Creating Kits
    • ⏩Creating Bypasses
Powered by GitBook
On this page
  • Get the image
  • From Docker Hub
  • From source
  • Create a container

Was this helpful?

  1. Setup

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
PreviousRoadmapNextLocal

Last updated 2 years ago

Was this helpful?

πŸ› οΈ
🐳