如何使用 Nmap 扫描 VPN

use*_*777 8 vpn nmap

我的 Windows 机器上安装了 Zenmap。如何扫描我的 VPN 网络?我使用的命令是:

nmap -T4 -A -v 192.168.0.1-255
Run Code Online (Sandbox Code Playgroud)

但它退出错误:

WARNING: Using raw sockets because ppp0 is not an ethernet device. This probably won't work on Windows.

pcap_open_live(ppp0, 100, 0, 2) FAILED. Reported error: Error opening adapter: The system cannot find the device specified. (20).  Will wait 5 seconds then retry.

pcap_open_live(ppp0, 100, 0, 2) FAILED. Reported error: Error opening adapter: The system cannot find the device specified. (20).  Will wait 25 seconds then retry.

Call to pcap_open_live(ppp0, 100, 0, 2) failed three times. Reported error: Error opening adapter: The system cannot find the device specified. (20)

QUITTING!
Run Code Online (Sandbox Code Playgroud)

Cas*_*yIT 2

安装了WinPcap吗?

您可能在 Windows 上需要这个,因为操作系统本身并不处理原始套接字。