π§Linux
Linpeas, Winpeas, etc
GTFO Bins
Sudo perms
sudo -l # View sudo perms.
If you see that you have sudo perms to run something as another user.
Use sudo *otheruser* command.Stickies
find / -perm -u=s -type f 2>/dev/null
find / -type f -perm -04000 -ls 2>/dev/null
If /bin/bash has a sticky bit set you can use /bin/bash -p for a privileged shell.Find writable files
Config files with possible stored credentials
Weak File Permissions
SSH Keys
Abusing Intended Functionality

Sudo(LD_PRELOAD)
Environment Variables - SUID
Capabilities - similar to SUID
Cron Jobs
NFS Root Squashing
Writeable /etc/passwd
Last updated