From f783694fdd2419b1d977304e9246811fc8585493 Mon Sep 17 00:00:00 2001 From: Phil Date: Sun, 13 Mar 2022 17:33:32 +0000 Subject: [PATCH] Added reverse_shell_gen --- .bash_aliases | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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'