Added THM alias for accessing Wreath Network
This commit is contained in:
parent
983cda1128
commit
60fad5d51f
@ -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"
|
alias get-nordserverlist="wget https://downloads.nordcdn.com/configs/archives/servers/ovpn.zip"
|
||||||
|
|
||||||
# Hack the Box
|
# Hack the Box
|
||||||
|
|
||||||
alias htb-vpn-starting_point='sudo openvpn ~/CTF/HTB/vpn/starting_point_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'
|
alias htb-vpn-lab='sudo openvpn ~/CTF/HTB/vpn/lab_NCLtech.ovpn'
|
||||||
alias htb-folder='cd ~/CTF/HTB/WriteUps'
|
alias htb-folder='cd ~/git/CTF/HTB/'
|
||||||
# TryHackMe
|
|
||||||
|
|
||||||
|
# TryHackMe
|
||||||
alias thm-vpn='sudo openvpn ~/CTF/THM/vpn/NCLtech.ovpn'
|
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 sudo’ed
|
# Enable aliases to be sudo’ed
|
||||||
alias sudo='sudo '
|
alias sudo='sudo '
|
||||||
@ -238,3 +238,6 @@ alias tun0="ip a s tun0"
|
|||||||
|
|
||||||
# Sublist3r
|
# Sublist3r
|
||||||
alias sublist3r="python3 /opt/Sublist3r/sublist3r.py"
|
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"'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user