Elevator automates elevation of privileges in Linux systems. It fingerprints the operating system version, downloads, compiles, and executes the relevant exploits from exploit-db.com
wget --no-check-certificate https://raw.githubusercontent.com/guifre/Elevator/master/elevator.py; chmod +x elevator.py; ./elevator.py
Running Escalator will potentially run hundreds of exploits, which can permanently damage your operating system.
Escalator is intended to facilitate EoP in OSCP like labs, where VMs can be easily reset. Use it at your own risk.
Feel free to mail me with any problem, suggestion or bug report at: [email protected]
Code licensed under the GPL v3.0.