Post-Explotación

Shell Stabilisation

Tratamiento TTY default:

script /dev/null -c bash
export TERM=xterm SHELL=bash
# CTRL+Z
stty raw -echo; fg
reset xterm
stty rows <r> cols <c> 

Tratamiento TTY Python:

python -c 'import pty;pty.spawn("/bin/bash")' # python, python2 o python3
export TERM=xterm
# CTRL+Z
stty raw -echo; fg
reset xterm
stty rows <r> cols <c>

Comprobaciones

Transferencias:

Desde víctima sin netcat

SCP

SMBClient

Última actualización