Topology | HTB Walkthrough
Let’s connect to OpenVPN using the command in the Linux terminal after downloading it.
sudo openvpn {vpn_file}
Upon connecting, perform an nmap scan to search for open ports, their versions, and more details using:
nmap -sV -A -T4 10.10.11.227
Acce...
rasmeet007.hashnode.dev2 min read