Kernel Exploits
Last updated

uname -a or cat /etc/lsb-release
We can then google the version we get and see if anything comes out
We can also use Linux exploit suggester and investigate the results
We can use this exploit
gcc -pthread cow.c -o cow -lcrypt
We are a low privilege user for now
![]()
./cow

passwd should let us be root
Last updated