# Welcome to TryHackMe

## Task 1 Welcome To TryHackMe

### Read the above.

{% hint style="success" %}
No answer needed
{% endhint %}

## Task 2 Connecting to our network

### Download your configuration [file](https://tryhackme.com/access) from the access page.

{% hint style="success" %}
No answer needed
{% endhint %}

## Task 3 Connecting with Windows

1\. [Download](https://swupdate.openvpn.org/community/releases/openvpn-install-2.4.8-I601-Win7.exe) the OpenVPN GUI application.

### Connect to our network on Windows using your OpenVPN configuration file.

{% hint style="success" %}
No answer needed
{% endhint %}

## Task 4 Connecting with MacOS

1. [Download](https://openvpn.net/downloads/openvpn-connect-v2-macos.dmg) OpenVPN for MacOS.

{% hint style="success" %}
No answer needed
{% endhint %}

## Task 5 Connecting with Linux

1. Download OpenVPN by running the following command in your terminal: `sudo apt install openvpn`
2. Locate the full path to your VPN configuration file (download from the access page), normally in your Downloads folder.
3. Use your OpenVPN file with the following command: `sudo openvpn /path-to-file/file-name.ovpn &`

{% hint style="success" %}
No answer needed
{% endhint %}

## Task 6 Using TryHackMe without a VPN

{% embed url="<https://tryhackme.com/my-machine>" %}

{% hint style="success" %}
No answer needed
{% endhint %}

## Task 7 Check you're connected

### What is the flag displayed on the deployed machine's website?

{% hint style="success" %}
flag{connection\_verified}
{% endhint %}

## Task 8 How To Learn

[Learn Linux](http://tryhackme.com/room/zthlinux) - Learn the basics of using the linux command line

[Learn NMAP](http://tryhackme.com/room/rpnmap) - Learn how to use NMAP to scan infrastructure to probe for weaknesses

[Learn Metasploit](https://tryhackme.com/room/rpmetasploit) - Learn how to use metasploit to enumerate, exploit and maintain persistence on targets

[Learn How The Web Works](https://tryhackme.com/room/webfundamentals) - Understand how the web works before attacking websites

### What is the underlying protocol used by the World Wide Web?

{% hint style="success" %}
HTTP
{% endhint %}
