Linux Kernel Exploits
Warning: Kernel exploits can crash the target. Use only when permitted.
Identify version
uname -r
cat /etc/issue
Search for an exploit
searchsploit "linux kernel Ubuntu 16 Local Privilege Escalation"
Compile and run
gcc -pthread exploit.c -o exploit -lcrypt
./exploit