Upgrade reverse shell to interactive
First things first
script /dev/null -c bash
"CTRL + Z"
stty raw -echo; fg
reset xterm
export TERM=xterm
export SHELL=/bin/bash #Optional
stty size #In attacking shell to check sizing you want
stty rows n columns m #"n" and "m" corresponding to the size we just checkedLast updated