Skip to content

Shell Upgrades

Interactive Shell Upgrade

Python 2

Terminal window
python -c 'import pty; pty.spawn("/bin/bash")'

Python 3

Terminal window
python3 -c 'import pty; pty.spawn("/bin/bash")'

netcat full tty

  1. bg the netcat
  2. stty -raw && fg
  3. enter+enter

RDP Connection

Terminal window
xfreerdp /v:172.16.220.12 /u:joe /p:"Flowers1" /d:medtech /drive:this,$(pwd)/loot /size:1200x1200 /network:auto /rfx
/gfx:avc444 /compression /bpp:8 /cert-ignore /jpeg
Terminal window
rdesktop -u joe -p Flowers1 -d medtech -r disk:loot=$(pwd)/loot -g 1200x1200