[UP] add some viki files, knowledge.
[arrow.git] / viki / misc / wireless_pack.viki
blob02db0be20e6e90fa8ebc7c5e1ad0836cb1ee9b72
1 ref:http://www.xxlinux.com/linux/article/network/app/20070215/7537.html
2 Wireless packet sniffer 无线封包捕获
3 [ 作者:黑嘴公  加入时间:2007-02-15 11:46:42  来自:chinaunix ]
4 硬件:
5 我使用过的可以用来抓包卡片有Atheros 系列,Intel centrano 系列,Intersil 
6 平台:
7     Win XP, Linux
8 使用:
9     Win XP 主要使用Airpeek,需要Airpeek提供的专用的驱动。
10     Linux 无线驱动需要支持monitor mode,然后使用ethereal .
12     我主要使用Linux的,所以下面详细讲一下具体步骤:
13 先设置monitor mode
14     Intel cards
15     > iwconfig eth1 mode monitor
16     Atheros cards
17     > wlanconfig ath1 create wlandev wifi0 wlanmode monitor
18 设置Channel
19     > iwconfig eth1 channel 8    ##设channel 为 8
20     或
21     > iwconfig ath1 channel 8
22 启动
23     > ifconfig eth1 up
24 然后开启ethereal 软件,选择interface 为 eth1或ath1,就可以了。