diff --git a/.bash_aliases b/.bash_aliases index 4701c4c..01f512c 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -259,4 +259,8 @@ alias tun0="ip a s tun0" alias sublist3r="python3 /opt/Sublist3r/sublist3r.py" # Get PentestMonkey Reverse php Shell -phpshell='wget https://raw.githubusercontent.com/pentestmonkey/php-reverse-shell/master/php-reverse-shell.php -O "shell.php"' +alias phpshell='wget https://raw.githubusercontent.com/pentestmonkey/php-reverse-shell/master/php-reverse-shell.php -O "shell.php"' + +# Start reverse_shell_generator +alias reverse-shell-gen-start='docker start a2f132aa528a; open http://localhost:3321' +alias reverse-shell-gen-stop='docker stop a2f132aa528a'