硬件:
我使用过的可以用来抓包卡片有Atheros 系列,Intel centrano 系列,Intersil
平台:
Win XP, Linux
使用:
Win XP 主要使用Airpeek,需要Airpeek提供的专用的驱动。
Linux 无线驱动需要支持monitor mode,然后使用ethereal .
我主要使用Linux的,所以下面详细讲一下具体步骤:
先设置monitor mode
Intel cards
> iwconfig eth1 mode monitor
Atheros cards
> wlanconfig ath1 create wlandev wifi0 wlanmode monitor
设置Channel
> iwconfig eth1 channel 8 ##设channel 为 8
或
> iwconfig ath1 channel 8
启动
> ifconfig eth1 up
然后开启ethereal 软件,选择interface 为 eth1或ath1,就可以了。
阅读(3914) | 评论(0) | 转发(0) |