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
  • Installation
  • From Github
  • From Pypi

Was this helpful?

  1. Setup

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
PreviousDockerNextDatabase

Last updated 2 years ago

Was this helpful?

πŸ› οΈ
πŸ