Link

Quick shells

  1. python -c 'import pty; pty.spawn("/bin/sh")'
  2. /bin/sh -i
  3. from within vi: :!bash or :set shell=/bin/bash:shell
  4. from within nmap: !sh

Resources / More info:


Table of contents