Added THM alias for accessing Wreath Network

This commit is contained in:
Phil 2022-01-29 02:03:46 +00:00
parent 983cda1128
commit 60fad5d51f

View File

@ -45,14 +45,14 @@ alias sav-stop='sudo service sav-protect stop'
alias get-nordserverlist="wget https://downloads.nordcdn.com/configs/archives/servers/ovpn.zip"
# Hack the Box
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'
alias htb-folder='cd ~/CTF/HTB/WriteUps'
# TryHackMe
alias htb-folder='cd ~/git/CTF/HTB/'
# TryHackMe
alias thm-vpn='sudo openvpn ~/CTF/THM/vpn/NCLtech.ovpn'
alias thm-folder='cd ~/CTF/THM/WriteUps'
alias thm-network-wreath='sudo openvpn ~/CTF/THM/vpn/NCLtech-wreath.ovpn'
alias thm-folder='cd ~/git/CTF/THM'
# Enable aliases to be sudoed
alias sudo='sudo '
@ -238,3 +238,6 @@ alias tun0="ip a s tun0"
# Sublist3r
alias sublist3r="python3 /opt/Sublist3r/sublist3r.py"
# Get PentestMonkey Reverse php Shell
phpshell='wget https://raw.githubusercontent.com/pentestmonkey/php-reverse-shell/master/php-reverse-shell.php -O "shell.php"'