Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 770 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 770 Bytes
   ___      _      ____          _____  _____  ___  ____________
  / _ \____(_)  __/ __/__ ____  / __/ |/_/ _ \/ _ \/ __/ __/ __/
 / ___/ __/ / |/ / _/(_-</ __/ / _/_>  </ ___/ , _/ _/_\ \_\ \  
/_/  /_/ /_/|___/___/___/\__/ /___/_/|_/_/  /_/|_/___/___/___/  
                                                                

I started this project with the goal of creating a pivilege escalation script that could have plugins for detecting, exploiting, and describing privilege vectors. As I learn, I will add what I learn as plugins to the script.

Build

To build this project into a binary use pyinstaller and build it on your target OS.

Linux

# Install requirements
pip3 install -r linux_requirements.txt
# Run the pyinstaller build process