Added wireguard shortcut
This commit is contained in:
parent
d139f2f123
commit
0c3ff00343
@ -269,3 +269,7 @@ alias phpshell='wget https://raw.githubusercontent.com/pentestmonkey/php-reverse
|
||||
# Start reverse_shell_generator
|
||||
alias reverse-shell-gen-start='docker start a2f132aa528a; open http://localhost:3321'
|
||||
alias reverse-shell-gen-stop='docker stop a2f132aa528a'
|
||||
|
||||
# Wireguard - TheHomeTunnel
|
||||
alias thehometunnel-up="sudo wg-quick up TheHomeTunnel"
|
||||
alias thehometunnel-down="sudo wg-quick down TheHomeTunnel"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user