Added reverse_shell_gen
This commit is contained in:
parent
39a19f1975
commit
f783694fdd
@ -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'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user