Hack The Box - Fawn
This writeup covers walkthrough of another HTB "Starting Point" machines entitled as "Fawn".
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}