**Unit 4 Lab Walk-through**
By: Wilson Zhu
**Note:** This lab was done in kali and not Azure Labs.
**Step 0:**
Pinging www.google.com

Pinging www.example.com

**Step 1:**
Note: Falkon was already installed for me. If not installed use the following command: `sudo apt install -y falkon`
**Step 2:**
Navigating to hosts:


Note: Some part are omitted.
**Step 3:**
Use `nano hosts` to view hosts.
```
nano hosts
```

**Note: Step 4 Omitted.**
**Step 5:**
Clear history in Falkon browser:

Note: If theres websites, it will show.
Set to open homepage and apply:

Local storage settings:

Remove cookies:

Uncheck storing of cookies:

Clear recent history:

**Step 6:**
Changing addresses:

Use `sudo nano hosts` to edit the file. Save using `Control + O`. Exit the prompt using `Control + C`.
**Step 7:**
Pinging both `www.google.com` and `www.example.com` after address changes:

**Step 8:**
Going to `www.google.com` after address change:

Going to `www.example.com` after address change:

**Step 9:**
Restoring hosts to normal:

Use the `sudo nano hosts` command again and delete the entries from step 6. Follow the same steps to save file as listed in step 6.