Privilege Escalation
Linux
Things to try:
Search Kernel Exploits (reffer to CVE Ressources)
Check SUDO permissions
SUID
Capabilities
Cron jobs
PATH abuse
NFS
SUDO
Check if user has sudo rights with:
sudo -lIf there is, you can compare list of sudo allowed binaries to the list of sudo vulnerable on GTFOBins.
Ressources
GTFOBins: Use this to find which software can be use to bypass security and escalate privileges.
Scripts
Last updated