Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.4 KB

README.md

File metadata and controls

55 lines (41 loc) · 1.4 KB



A post exploitation framework build on Sanic.
Developed for the sake of learning about post exploitation and red-teaming.

Key FeaturesInstallationTerminologyHow To UsePCPKGSService-APILicense

📊 Key Features

  • Add multiple users with premissions
  • Client geolocation map
  • Client task system
  • Write you own clients using the ClientAPI

🔥 Setup the server

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

License

This Project is Licensed under the terms of Apache-2.0 license!