Join The Best Hacking Community Worldwide | Hack The Box
<aside> 💡 We will use Kali Linux in a Virtual Machine in network NAT Mode. Kali has many penetration tools, so we don’t need to install them all.
</aside>
<aside> 💡 HTB machine runs on private IP address. So it is impossible if we don’t connect to the VPN
</aside>
Connect to HTB → OpenVPN → Download VPN VPN Access: Singapore → Closer to Indonesia, Less Ping, Faster data transmission Protocol: TCP 443 → TCP is more reliable connection than UDP
Open terminal to run OpenVPN
sudo openvpn ~/Downloads/lab_naufalalfa.ovpn
Make Sure the VPN is running. Don’t close the terminal
Click Connect to the machine
Try to ping the machine IP Address. If successful than VPN connection has been successfully establised!
We can do nmap with nmap -sC -sV -T4 -p- 10.10.11.230
We can conclude that there are 2 open port
Enter 10.10.11.230:80 on the browser. But we cannot access the site
<aside> 💡 This maybe happened as our system has not address the DNS. We can solve this by editing /etc/hosts
</aside>