文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>nmap扫描时的2个小经验

nmap扫描时的2个小经验

时间:2010-12-31  来源:秩名

1.我肉鸡的环境是Windows XP sp3,在使用nmap扫描外网的时候,提示我

pcap_open_live(ppp0, 100, 0, 2) FAILED. Reported error: Error opening adapter:
系统找不到指定的设备。 (20). Will wait 5 seconds then retry.

看了看nmap手册,原来微软从Windows XP SP2以后就禁止了raw sockets,所以在扫描外网的时候,需要添加–unprivileged 选项。



但是还是不支持-sS扫描。如果是扫描内网接口的IP,则不会有此问题。



2.当通过VPN拨入对方的内网的时候,如果使用NMAP扫描对方的内网主机,也会提示

pcap_open_live(ppp0, 100, 0, 2) FAILED. Reported error: Error opening adapter:
系统找不到指定的设备。 (20). Will wait 5 seconds then retry.

此时我们只需要使用-e 参数指定网卡就可以了。命令如下:

C:\>nmap -e eth0 192.168.1.1-254 –script=smb-brute.nse

 

标签分类:

相关阅读 更多 +
排行榜 更多 +
泡龙大闯关安卓版

泡龙大闯关安卓版

冒险解谜 下载
割草派对安卓版

割草派对安卓版

飞行射击 下载
堡垒攻防战安卓版

堡垒攻防战安卓版

飞行射击 下载