Linux Privilege Escalation
Basic Linux Privilege Escalation
https://blog.g0tmi1k.com/2011/08/basic-linux-privilege-escalation/
Automated Enumeration
Information Gathering
What's the OS? What version? What architecture?
Who are we? Where are we?
Who uses the box? What users? (And which ones have a valid shell)
What's currently running on the box? What active network services are there?
What's installed? What kernel is being used?
Check sudo access
Mix cp/chown and chmod
https://www.adampalmer.me/iodigitalsec/2009/10/03/linux-c-setuid-setgid-tutorial/
https://www.hackingarticles.in/linux-privilege-escalation-using-suid-binaries/
Check Scheduled Tasks
https://github.com/DominicBreuker/pspy
Readable/Writable Files and Directories
Check history, bashrc, backup
Binaries That AutoElevate
Unmounted Disks
cat /etc/fstab /bin/lsblk mount
Last updated