Linux post exploitation scripts
I personally use linpeas (https://github.com/carlospolop/PEASS-ng/tree/master/linPEAS) as it's well maintained and frequently updated for latest bugs and patches
Words of wisdom
Be careful with what scripts you are executing as auto exploitation is totally restricted in exam and you are going to fail if you done this mistake , even without your intention so ALWAYS first check what you running before executing it , (Must give attention to 'auto-exploitation' word in scripts)
Execution of script
Common Location with writable permissions to download and execute scripts
bangenum.sh (initial linux enumeration)
PSPY
What is running, any cron jobs any scripts? Use PSPY to find out
linux-smart-enumeration
SUID search
xploit_installer.py (exploit suggester)
Unix Priv checker
linux-local-enum.sh
linuxprivchecker.py
linux-exploit-suggestor.sh
unix-privesc-check.sh
KernelPop
Automated kernel vulnerability enumeration and exploitation
Last updated