思科350系列和Kismet

思科350系列和Kismet

本教程将介绍如何配置Cisco Aironet无线网卡以及如何设置kismet以便运行它。

概要

  • 思科Aironet 350系列与kismet运行

配置你的内核

首先你必须配置你的内核。 (我使用2.6.9 gentoo-dev-sources内核)

 
x x            Bus options (PCI, PCMCIA, EISA, MCA, ISA)  --->               
x x              PCMCIA/CardBus support  --->                                
x x                <*> PCMCIA/CardBus support                                
x x                [ ]   Enable PCMCIA debugging                             
x x                <*>   CardBus yenta-compatible bridge support             
x x                < >   Cirrus PD6729 compatible bridge support             
x x                < >   i82092 compatible bridge support                    
x x                < >   i82365 compatible bridge support                    
x x                < >   Databook TCIC host bridge support                   
x x            Device Drivers  --->                                        
x x             Networking support  --->                                   
x x               Wireless LAN (non-hamradio)  --->                                   
x x                 [*] Wireless LAN drivers (non-hamradio) & Wireless Extensions        
x x                 <M>   Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards                    

编译你的内核并将kernelimage加载到您的引导文件夹中。

安装

现在emerge pcmcia-cs和无线工具

# emerge pcmcia-cs wireless-tools

将airo_cs添加到/etc/modules.autoload/kernel-2.6文件

# echo "airo_cs" >> /etc/modules.autoload/kernel-2.6

测试您的设备是否可用。

# iwconfig
eth1      IEEE 802.11-DS  ESSID:"tsunami"
                  Mode:Managed Frequency:2.447 GHz Access Point: FF:FF:FF:FF:FF:FF
                  Bit Rate:11 Mb/s Tx-Power=17 dBm Sensitivity=0/65535
                  Retry limit:16 RTS thr:off Fragment thr:off
                  Encryption key:off
                  Power Management:off
                  Link Quality=0/160 Signal level=-110 dBm Noise level=-110 dBm
                  Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
                  Tx excessive retries:0 Invalid misc:0 Missed beacon:0

wifi0     IEEE 802.11-DS  ESSID:"tsunami"
                  Mode:Managed Frequency:2.447 GHz Access Point: FF:FF:FF:FF:FF:FF
                  Bit Rate:11 Mb/s Tx-Power=17 dBm Sensitivity=0/65535
                  Retry limit:16 RTS thr:off Fragment thr:off
                  Encryption key:off
                  Power Management:off
                  Link Quality=0/160 Signal level=-110 dBm Noise level=-110 dBm
                  Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
                  Tx excessive retries:0 Invalid misc:0 Missed beacon:0

如果看起来像这样,设备就可以工作

安装/配置Kismet

现在你可以安装kismet。 刚刚出现:

# emerge kismet

编辑文件/etc/kismet.conf并更改如下:

# User to setid to (should be your normal user)  
suiduser=your username  
source=cisco_wifix,eth1:wifi0,ciscosource  

保存设置并运行kismet:

# kismet
赞(52) 打赏
未经允许不得转载:优客志 » 系统运维
分享到:

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏