diff --git a/.bash_aliases b/.bash_aliases index 70eff88..6d4ad8f 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -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"