Added TryHackMe vpn to aliases

This commit is contained in:
Phil 2021-11-29 14:49:47 +00:00
parent eec3b24550
commit 496ef65666

View File

@ -46,8 +46,12 @@ alias get-nordserverlist="wget https://downloads.nordcdn.com/configs/archives/se
# Hack the Box
alias htb-vpn-starting_point='sudo openvpn ~/htb/vpn/starting_point_NCLtech.ovpn'
alias htb-vpn-lab='sudo openvpn ~/htb/vpn/lab_NCLtech.ovpn'
alias htb-vpn-starting_point='sudo openvpn ~/CTF/HTB/vpn/starting_point_NCLtech.ovpn'
alias htb-vpn-lab='sudo openvpn ~/CTF/HTB/vpn/lab_NCLtech.ovpn'
# TryHackMe
alias thm-vpn='sudo openvpn ~/CTF/THM/vpn/NCLtech.ovpn'
# Enable aliases to be sudoed
alias sudo='sudo '