Welcome to TryHackMe
https://tryhackme.com/room/completebeginner
Task 1 Welcome To TryHackMe
Read the above.
No answer needed
Task 2 Connecting to our network
Download your configuration file from the access page.
No answer needed
Task 3 Connecting with Windows
1. Download the OpenVPN GUI application.
Connect to our network on Windows using your OpenVPN configuration file.
No answer needed
Task 4 Connecting with MacOS
Download OpenVPN for MacOS.
No answer needed
Task 5 Connecting with Linux
Download OpenVPN by running the following command in your terminal:
sudo apt install openvpn
Locate the full path to your VPN configuration file (download from the access page), normally in your Downloads folder.
Use your OpenVPN file with the following command:
sudo openvpn /path-to-file/file-name.ovpn &
No answer needed
Task 6 Using TryHackMe without a VPN
No answer needed
Task 7 Check you're connected
What is the flag displayed on the deployed machine's website?
flag{connection_verified}
Task 8 How To Learn
Learn Linux - Learn the basics of using the linux command line
Learn NMAP - Learn how to use NMAP to scan infrastructure to probe for weaknesses
Learn Metasploit - Learn how to use metasploit to enumerate, exploit and maintain persistence on targets
Learn How The Web Works - Understand how the web works before attacking websites
What is the underlying protocol used by the World Wide Web?
HTTP
Last updated
Was this helpful?