PhoenixC2/PhoenixC2

GitHub: PhoenixC2/PhoenixC2

Stars: 325 | Forks: 47

PhoenixC2

PhoenixC2

An Open-Source C2-Framework written in pure Python3.

## Disclaimer This project is still in **development** and **not** ready for professional use. The author and its affiliates do not endorse or condone any illegal or malicious activity conducted with this framework. Users of this framework are solely responsible for ensuring that their use of this framework is in compliance with all applicable laws and regulations. ## Features - [x] Modern Web-Interface - [x] Built for Teams and Organizations (Multi-User) - [x] Customizable (Plugins, Modules, Kits) - [x] Easy to use - [x] Easy to extend - [x] Supports different languages (Python, Go, ...) ### Planned Features - [ ] Finished Web-Interface - [ ] CLI-Interface - [ ] Multi-Language Loaders - [ ] More standard modules/kits/plugins - [ ] Better documentation - [ ] More tests ## Installation Installation from source. ### Requirements - Python3.11 =< - Go 1.15 =< ### Command Line git clone https://github.com/screamz2k/PhoenixC2.git cd PhoenixC2 python3 -m pip install poetry poetry install ## Usage ### Local #### Start the server poetry run phserver The Web-Interface is available at [http://localhost:8080](http://localhost:8080) by default. ### Start the client The client is **not** yet available. ## Docker # server docker run --network host screamz2k/phoenixc2 phserver ## Documentation The documentation is available [here](https://screamz2k.gitbook.io/phoenixc2/) ## LICENSE View license [here](LICENSE)