HTB

Hack The Box - Fawn

Hack The Box - Fawn

This writeup covers walkthrough of another HTB "Starting Point" machines entitled as "Fawn".

Screenshot 2024-05-10 at 10.26.07 PM.png First let us navigate to Fawn machine challenge and download the VPN (.ovpn) configuration file and open a terminal window to run below mentioned command –

sudo openvpn {filename}.ovpn

once you activate the machine by clicking the ‘Spawn Machine’ button, HTB will immediately give you the IP address for the target machine. Let’s get started with the machine now by scanning the IP address on our local machine using Nmap.

nmap -sV {IP Address}