🏠Local

Installing the framework directly.

Installation

From Github

Clone the repository

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

Change directory

cd PhoenixC2

Install poetry

python3 -m pip install poetry

Install the package

poetry install

Run the server

poetry run phserver

From Pypi

Install the package

python3 -m pip install phoenixc2

Run the server

phserver

Last updated