# # # 21-May-04 amo Install Kismet # 30-Oct-05 amo Downlaod kismet-2005-08-R1.tar.gz # # http://www.kismetwireless.net/download.shtml http://www.kismetwireless.net/documentation.shtml http://www.kismetwireless.net/forum.php # # # Supported Cards # =============== # http://www.kismetwireless.net/cards.shtml # # # Mailing List # ============ # wireless-subscribe@kismetwireless.net # wireless-security-subscribe@kismetwireless.net # # # Other HowTos # ============= # http://www.tipsybottle.com/technology/wireless/RedHat8-Kismet-HOWTO.shtml # http://www.tipsybottle.com/technology/wireless/RedHat-Kismet-HOWTO-FAQ.shtml # http://truffula.net/~forrest/kismetorinoco.shtml # ( channel 6 ) # iwpriv eth0 monitor 2 6 # kismet_monitor -H # # kismet_monitor -C 6 # # http://kismetwireless.net/code/kismet-2005-08-R1.tar.gz # # cd /usr/local/src/ # tar zxpvf kismet-2005-08-R1.tar.gz # cd kismet-2005-08-R1 # ./configure # # # gpsmap needs wget # make dep # make # make install # # # --------------------------------------------------------- # # tar zxpvf kismet-2004-04-R1.tar.gz # cd kismet-2004-04-R1 # # gmake # gpsmap.cc: In function `int main(int, char**)': # gpsmap.cc:3764: warning: too few arguments for format # /usr/include/c++/3.2.3/bits/stl_map.h: At global scope: # /usr/include/c++/3.2.3/bits/stl_map.h:110: Internal compiler error in # output_die, at dwarf2out.c:6379 # Please submit a full bug report, # with preprocessed source if appropriate. # See for instructions. # make: *** [gpsmap.o] Error 1 # # gmake install # /usr/local/bin/kismet # /usr/local/etc/kismet.conf # suiduser=normal-user-id # source=.... # # source=generic,ath0,generic -- for madwifi # # ------------------------------------------------------------------ # # kismet # FATAL: Unknown capture source type 'generic' # in source 'generic,ath0,generic' # # == FIX: == # source=madwifi_b,ath0,madwifi_b -- for madwifi # # # Reading AP manufacturer data and defaults from /usr/local/etc/ap_manuf # Reading client manufacturer data and defaults from /usr/local/etc/client_manuf # FATAL: Dump file error: Unable to open dump file Kismet-May-31-2004-1.dump (Permission denied) # # == FIX: == cd ~suiduser # # kismet # kismet -X -I ath0:1 # # # # End of file