diff --git a/.bash_aliases b/.bash_aliases index 359d92d..9c71eef 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -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 sudo’ed 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"'