Exploitation/Linux
Escalation
Common ways for the attacker to gain and execute commands with elevated privileges
SUID / SGID
Find all the SUID/SGID executables
Escaping Vim
User has sudo privilege to run Vim
Popular Tools
LinPEAS
LinPEAS is a script that search for possible paths to escalate privileges on Linux/Unix*/MacOS hosts.
LinEnum
LinEnum is a simple bash script that performs common commands related to privilege escalation.
GTFOBins
GTFOBins is a curated list of Unix binaries that can be used to bypass local security restrictions in misconfigured systems.
Almost all my Linux Escalation notes, such as the Vim example, are techniques used through GTFOBins and should be your main resource moving past enumeration.