Added reverse_shell_gen

This commit is contained in:
Phil 2022-03-13 17:33:32 +00:00
parent 39a19f1975
commit f783694fdd

View File

@ -259,4 +259,8 @@ alias tun0="ip a s tun0"
alias sublist3r="python3 /opt/Sublist3r/sublist3r.py" alias sublist3r="python3 /opt/Sublist3r/sublist3r.py"
# Get PentestMonkey Reverse php Shell # 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'