Как просканировать VPN с Nmap

Мне установили Zenmap на моей машине Windows. Как я могу просканировать свою сеть VPN? Команда, которую я использую:

nmap -T4 -A -v 192.168.0.1-255

Но Это выходит с ошибкой:

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!
8
задан 03.11.2010, 18:13

2 ответа

Вы установили WinPcap?

Вам, возможно, понадобится это в Windows, поскольку ОС исходно не обрабатывает неструктурированные сокеты.

2
ответ дан 07.12.2019, 14:17

необходимо добавить-e eth0

3
ответ дан 07.12.2019, 14:17

Теги

Похожие вопросы