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