首先用openvpn连接到vpn服务,然后进行常规扫描

1
2
nmap -sC -sV ip
nmap -sS -Pn -n -p- --open ip --min-rate=5000

这里我们看到了ftp服务开启并且允许匿名登陆。