TryHackMe Directory
From this point onward we (I) will be using a Kali Linux VM for these challenges
This is a simple tutorial for getting this to work
First we will open a terminal and type
“sudo apt install openvpn”
We will then type in our actual password for sudo
New we go to
“TryHackMe Access”
Next we need to download our Configuration File on the mid right of the screen
We then will need to find the location of the download (For me it was in my downloads (Who would have guessed right?))
Now we use the simple command they gave
“sudo openvpn /path-to-file/file-name.ovpn”
Which in my case is “/home/kali/Downloads/ZacvrV2.ovpn”
so I type in “sudo openvpn /home/kali/Downloads/ZacvrV2.ovpn”
Now we are connected!
For task 6 we need to deploy the machine
After we click “Deploy Machine” we may need to wait for it to open all the way (and for the IP)
Once we see the IP we can connect to the IP (via a web browser)
It will be just the IP for me that was “10.10.118.109”
It will show a page along with our flag!
TryHackMe Directory
