Bash Jails
Bash Jails
Enumeration
echo $SHELL
echo $PATH
env
export
pwdModify PATH
echo $PATH
PATH=/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin
echo /home/* Using vim
:set shell=/bin/sh
:shellCreate script
Get bash from SSH
Declare
Wget
Last updated