Linux Privilege Escalation - Resources

g0tmilk’s Guide to Linux Privilege Escalation as well:https://blog.g0tmi1k.com/2011/08/basic-linux-privilege-escalation/I just got a low-priv shell ! What would S1REN do right now?python -c ‘import pty; pty.spawn(“/bin/bash”)’ORpython3 -c ‘import pty; pty.spawn(“/bin/bash”)’export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/tmpexport TERM=xterm-256coloralias ll=’ls -lsaht –color=auto’Ctrl + Z [Background Process]stty raw -echo ; fg ; resetstty columns 200 rows 200 S1REN would say:Various Capabilities?which gccwhich ccwhich pythonwhich perlwhich … Continue reading Linux Privilege Escalation – Resources