>_ shadow.red

Linux Kernel Exploits

Privilege Escalation Linux Privesc linux

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