Added wireguard shortcut

This commit is contained in:
Phil 2022-03-26 11:22:34 +00:00
parent d139f2f123
commit 0c3ff00343

View File

@ -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"