- Always try to get an interactive shell using python first! (
python3 -c 'import pty; pty.spawn("/bin/bash")'
) - Use
uname -a
andcat /etc/issue
- Use
searchsploit linux kernel xx.xx priv esc
- Alternatively use auto tool
./linux-exploit-suggester-2.pl –k 2.6.32
- Compile and run (then see instructions on further steps)