Restricted shell breakout
rbash
View env variables
export -p
If you can ssh in the machine, you could try executing commands from the outside
ssh user@target -t "/bin/sh"
View env variables
export -p
If you can ssh in the machine, you could try executing commands from the outside
ssh user@target -t "/bin/sh"