Shell Upgrades
Interactive Shell Upgrade
Python 2
python -c 'import pty; pty.spawn("/bin/bash")'Python 3
python3 -c 'import pty; pty.spawn("/bin/bash")'netcat full tty
- bg the netcat
stty -raw && fg- enter+enter
RDP Connection
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 /jpegrdesktop -u joe -p Flowers1 -d medtech -r disk:loot=$(pwd)/loot -g 1200x1200