A post exploitation framework build on Sanic.
Developed for the sake of learning about post exploitation and red-teaming.
Key Features • Installation • Terminology • How To Use • PCPKGS • Service-API • License
- Add multiple users with premissions
- Client geolocation map
- Client task system
- Write you own clients using the ClientAPI
The setup process is very easy! Just clone the repository, install all requirements and run Pilotica!
# Using git to clone the repo
$ git clone https://github.com/iinsertNameHere/Pilotica.git
# Go into the repository folder
$ cd Pilotica
# Install all Python requirements
$ pip install -r requirements.txt
# Run Pilotica
$ ./run.sh
This Project is Licensed under the terms of Apache-2.0 license!