Como verificar VPN com o Nmap

6

Eu tenho Zenmap instalado na minha máquina Windows. Como posso verificar minha rede VPN? O comando que eu uso é:

nmap -T4 -A -v 192.168.0.1-255

Mas está saindo com erro:

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!
    
por user48777 03.11.2010 / 17:13

2 respostas

2

Você instalou o WinPcap ?

Você pode precisar disso no Windows, pois o sistema operacional não manipula nativamente soquetes brutos.

    
por 03.11.2010 / 18:05
2

você deve adicionar -e eth0

    
por 01.12.2010 / 20:37

Tags