diff --git a/.aliases b/.aliases index 824bae6..f1576f9 100644 --- a/.aliases +++ b/.aliases @@ -296,6 +296,9 @@ alias phpshell='wget https://raw.githubusercontent.com/pentestmonkey/php-reverse alias reverse-shell-gen-start='docker start a2f132aa528a; open http://localhost:3321' alias reverse-shell-gen-stop='docker stop a2f132aa528a' +# WG quick gen +alias wg-gen="wg genkey | sudo tee ~/wg/"$1"-priv | wg pubkey | sudo tee ~/wg/"$1"-pub" + # Wireguard - TheHomeTunnel alias thehometunnel-up="sudo wg-quick up TheHomeTunnel" alias thehometunnel-down="sudo wg-quick down TheHomeTunnel"