kismet.conf~
上传用户:fubang
上传日期:2009-06-18
资源大小:2071k
文件大小:13k
源码类别:

其他

开发平台:

Unix_Linux

  1. # Kismet config file
  2. # Most of the "static" configs have been moved to here -- the command line
  3. # config was getting way too crowded and cryptic.  We want functionality,
  4. # not continually reading --help!
  5. # Version of Kismet config
  6. version=2005.06.R1
  7. # Name of server (Purely for organizational purposes)
  8. servername=Kismet
  9. # User to setid to (should be your normal user)
  10. suiduser=root
  11. # Sources are defined as:
  12. # source=sourcetype,interface,name[,initialchannel]
  13. # Source types and required drivers are listed in the README under the
  14. # CAPTURE SOURCES section.
  15. # The initial channel is optional, if hopping is not enabled it can be used
  16. # to set the channel the interface listens on.
  17. # YOU MUST CHANGE THIS TO BE THE SOURCE YOU WANT TO USE
  18. #source=madwifi_g,ath0,Atheros
  19. #source=prism54g,eth1,PrismGT
  20. #source=hostap,wlan0,Prism2
  21. #source=wlanng,wlan0,Prism2
  22. #source=orinoco,eth1,HermesI
  23. #source=ipw2100,eth1,Centrino_b
  24. #source=ipw2200,eth1,Centrino_g
  25. #source=rt2500,ra0,Ralink_g
  26. #source=rt2500,rausb0,Ralink_g
  27. #source=kismet_drone,192.168.2.252:3501,kismet_drone
  28. # Comma-separated list of sources to enable.  This is only needed if you defined
  29. # multiple sources and only want to enable some of them.  By default, all defined
  30. # sources are enabled.
  31. # For example:
  32. # enablesources=prismsource,ciscosource
  33. # Do we channelhop?
  34. channelhop=true
  35. # How many channels per second do we hop?  (1-10)
  36. channelvelocity=5
  37. # By setting the dwell time for channel hopping we override the channelvelocity
  38. # setting above and dwell on each channel for the given number of seconds.
  39. #channeldwell=10
  40. # Do we split channels between cards on the same spectrum?  This means if 
  41. # multiple 802.11b capture sources are defined, they will be offset to cover
  42. # the most possible spectrum at a given time.  This also controls splitting
  43. # fine-tuned sourcechannels lines which cover multiple interfaces (see below)
  44. channelsplit=true
  45. # Basic channel hopping control:
  46. # These define the channels the cards hop through for various frequency ranges
  47. # supported by Kismet.   More finegrain control is available via the 
  48. # "sourcechannels" configuration option.
  49. # Don't change the IEEE80211<x> identifiers or channel hopping won't work.
  50. # Users outside the US might want to use this list:
  51. #defaultchannels=IEEE80211b:1,6,11,2,7,3,8,4,9,5,10
  52. defaultchannels=IEEE80211b:1,7,13,2,8,3,14,9,4,10,5,11,6,12
  53. defaultchannels=IEEE80211g:1,7,13,2,8,3,14,9,4,10,5,11,6,12
  54. # 802.11a channels are non-overlapping so sequential is fine.  You may want to
  55. # adjust the list depending on the channels your card actually supports.
  56. # defaultchannels=IEEE80211a:36,40,44,48,52,56,60,64,100,104,108,112,116,120,124,128,132,136,140,149,153,157,161,184,188,192,196,200,204,208,212,216 
  57. defaultchannels=IEEE80211a:36,40,44,48,52,56,60,64
  58. # Combo cards like Atheros use both 'a' and 'b/g' channels.  Of course, you
  59. # can also explicitly override a given source.  You can use the script 
  60. # extras/listchan.pl to extract all the channels your card supports.
  61. defaultchannels=IEEE80211ab:1,7,13,2,8,3,14,9,4,10,5,11,6,12,36,40,44,48,52,56,60,64
  62. # Fine-tuning channel hopping control:
  63. # The sourcechannels option can be used to set the channel hopping for 
  64. # specific interfaces, and to control what interfaces share a list of 
  65. # channels for split hopping.  This can also be used to easily lock
  66. # one card on a single channel while hopping with other cards.
  67. # Any card without a sourcechannel definition will use the standard hopping
  68. # list.
  69. # sourcechannels=sourcename[,sourcename]:ch1,ch2,ch3,...chN
  70. # ie, for us channels on the source 'prism2source' (same as normal channel
  71. # hopping behavior):
  72. # sourcechannels=prism2source:1,6,11,2,7,3,8,4,9,5,10
  73. # Given two capture sources, "prism2a" and "prism2b", we want prism2a to stay
  74. # on channel 6 and prism2b to hop normally.  By not setting a sourcechannels 
  75. # line for prism2b, it will use the standard hopping.
  76. # sourcechannels=prism2a:6
  77. # To assign the same custom hop channel to multiple sources, or to split the 
  78. # same custom hop channel over two sources (if splitchannels is true), list
  79. # them all on the same sourcechannels line:
  80. # sourcechannels=prism2a,prism2b,prism2c:1,6,11
  81. # Port to serve GUI data
  82. tcpport=2501
  83. # People allowed to connect, comma seperated IP addresses or network/mask
  84. # blocks.  Netmasks can be expressed as dotted quad (/255.255.255.0) or as
  85. # numbers (/24)
  86. allowedhosts=127.0.0.1
  87. # Address to bind to.  Should be an address already configured already on
  88. # this host, reverts to INADDR_ANY if specified incorrectly.
  89. bindaddress=127.0.0.1
  90. # Maximum number of concurrent GUI's
  91. maxclients=5
  92. # Do we have a GPS?
  93. gps=true
  94. # Host:port that GPSD is running on.  This can be localhost OR remote!
  95. gpshost=localhost:2947
  96. # Do we lock the mode?  This overrides coordinates of lock "0", which will
  97. # generate some bad information until you get a GPS lock, but it will 
  98. # fix problems with GPS units with broken NMEA that report lock 0
  99. gpsmodelock=false
  100. # Packet filtering options:
  101. # filter_tracker - Packets filtered from the tracker are not processed or
  102. #                  recorded in any way.
  103. # filter_dump    - Packets filtered at the dump level are tracked, displayed,
  104. #                  and written to the csv/xml/network/etc files, but not 
  105. #                  recorded in the packet dump
  106. # filter_export  - Controls what packets influence the exported CSV, network,
  107. #                  xml, gps, etc files.
  108. # All filtering options take arguments containing the type of address and
  109. # addresses to be filtered.  Valid address types are 'ANY', 'BSSID',
  110. # 'SOURCE', and 'DEST'.  Filtering can be inverted by the use of '!' before
  111. # the address.  For example,
  112. # filter_tracker=ANY(!00:00:DE:AD:BE:EF)
  113. # has the same effect as the previous mac_filter config file option.
  114. # filter_tracker=...
  115. # filter_dump=...
  116. # filter_export=...
  117. # Alerts to be reported and the throttling rates.
  118. # alert=name,throttle/unit,burst/unit
  119. # The throttle/unit describes the number of alerts of this type that are
  120. # sent per time unit.  Valid time units are second, minute, hour, and day.
  121. # Burst rates control the number of packets sent at a time
  122. # For example:
  123. # alert=FOO,10/min,5/sec
  124. # Would allow 5 alerts per second, and 10 alerts total per minute.
  125. # A throttle rate of 0 disables throttling of the alert.
  126. # See the README for a list of alert types.
  127. alert=NETSTUMBLER,10/min,1/sec
  128. alert=WELLENREITER,10/min,1/sec
  129. alert=LUCENTTEST,10/min,1/sec
  130. alert=DEAUTHFLOOD,10/min,2/sec
  131. alert=BCASTDISCON,10/min,2/sec
  132. alert=CHANCHANGE,5/min,1/sec
  133. alert=AIRJACKSSID,5/min,1/sec
  134. alert=PROBENOJOIN,10/min,1/sec
  135. alert=DISASSOCTRAFFIC,10/min,1/sec
  136. alert=NULLPROBERESP,10/min,1/sec
  137. alert=BSSTIMESTAMP,10/min,1/sec
  138. # Known WEP keys to decrypt, bssid,hexkey.  This is only for networks where
  139. # the keys are already known, and it may impact throughput on slower hardware.
  140. # Multiple wepkey lines may be used for multiple BSSIDs.
  141. # wepkey=00:DE:AD:C0:DE:00,FEEDFACEDEADBEEF01020304050607080900
  142. # Is transmission of the keys to the client allowed?  This may be a security
  143. # risk for some.  If you disable this, you will not be able to query keys from
  144. # a client.
  145. allowkeytransmit=true
  146. # How often (in seconds) do we write all our data files (0 to disable)
  147. writeinterval=300
  148. # Do we use sound?
  149. # Not to be confused with GUI sound parameter, this controls wether or not the
  150. # server itself will play sound.  Primarily for headless or automated systems.
  151. sound=false
  152. # Path to sound player
  153. soundplay=/usr/bin/play
  154. # Optional parameters to pass to the player
  155. # soundopts=--volume=.3
  156. # New network found
  157. sound_new=/usr/local/share/kismet/wav/new_network.wav
  158. # Wepped new network
  159. # sound_new_wep=${prefix}/com/kismet/wav/new_wep_network.wav
  160. # Network traffic sound
  161. sound_traffic=/usr/local/share/kismet/wav/traffic.wav
  162. # Network junk traffic found
  163. sound_junktraffic=/usr/local/share/kismet/wav/junk_traffic.wav
  164. # GPS lock aquired sound
  165. # sound_gpslock=/usr/local/share/kismet/wav/foo.wav
  166. # GPS lock lost sound
  167. # sound_gpslost=/usr/local/share/kismet/wav/bar.wav
  168. # Alert sound
  169. sound_alert=/usr/local/share/kismet/wav/alert.wav
  170. # Does the server have speech? (Again, not to be confused with the GUI's speech)
  171. speech=false
  172. # Server's path to Festival
  173. festival=/usr/bin/festival
  174. # Are we using festival lite?  If so, set the above "festival" path to also
  175. # point to the "flite" binary
  176. flite=false
  177. # How do we speak?  Valid options:
  178. # speech    Normal speech
  179. # nato      NATO spellings (alpha, bravo, charlie)
  180. # spell     Spell the letters out (aye, bee, sea)
  181. speech_type=nato
  182. # speech_encrypted and speech_unencrypted - Speech templates
  183. # Similar to the logtemplate option, this lets you customize the speech output.
  184. # speech_encrypted is used for an encrypted network spoken string
  185. # speech_unencrypted is used for an unencrypted network spoken string
  186. #
  187. # %b is replaced by the BSSID (MAC) of the network
  188. # %s is replaced by the SSID (name) of the network
  189. # %c is replaced by the CHANNEL of the network
  190. # %r is replaced by the MAX RATE of the network
  191. speech_encrypted=New network detected, s.s.i.d. %s, channel %c, network encrypted.
  192. speech_unencrypted=New network detected, s.s.i.d. %s, channel %c, network open.
  193. # Where do we get our manufacturer fingerprints from?  Assumed to be in the
  194. # default config directory if an absolute path is not given.
  195. ap_manuf=ap_manuf
  196. client_manuf=client_manuf
  197. # Use metric measurements in the output?
  198. metric=false
  199. # Do we write waypoints for gpsdrive to load?  Note:  This is NOT related to
  200. # recent versions of GPSDrive's native support of Kismet.
  201. waypoints=false
  202. # GPSMap waypoint file.  This WILL be truncated.
  203. waypointdata=%h/.gpsdrive/way_kismet.txt
  204. # How many alerts do we backlog for new clients?  Only change this if you have
  205. # a -very- low memory system and need those extra bytes, or if you have a high
  206. # memory system and a huge number of alert conditions.
  207. alertbacklog=50
  208. # File types to log, comma seperated
  209. # dump    - raw packet dump
  210. # network - plaintext detected networks
  211. # csv     - plaintext detected networks in CSV format
  212. # xml     - XML formatted network and cisco log
  213. # weak    - weak packets (in airsnort format)
  214. # cisco   - cisco equipment CDP broadcasts
  215. # gps     - gps coordinates
  216. logtypes=dump,network,csv,xml,weak,cisco,gps
  217. # Do we track probe responses and merge probe networks into their owners?
  218. # This isn't always desireable, depending on the type of monitoring you're
  219. # trying to do.
  220. trackprobenets=true
  221. # Do we log "noise" packets that we can't decipher?  I tend to not, since 
  222. # they don't have anything interesting at all in them.
  223. noiselog=false
  224. # Do we log corrupt packets?  Corrupt packets have enough header information
  225. # to see what they are, but someting is wrong with them that prevents us from
  226. # completely dissecting them.  Logging these is usually not a bad idea.
  227. corruptlog=true
  228. # Do we log beacon packets or do we filter them out of the dumpfile
  229. beaconlog=true
  230. # Do we log PHY layer packets or do we filter them out of the dumpfile
  231. phylog=true
  232. # Do we mangle packets if we can decrypt them or if they're fuzzy-detected
  233. mangledatalog=true
  234. # Do we do "fuzzy" crypt detection?  (byte-based detection instead of 802.11
  235. # frame headers)
  236. # valid option: Comma seperated list of card types to perform fuzzy detection 
  237. #  on, or 'all'
  238. fuzzycrypt=wtapfile,wlanng,wlanng_legacy,wlanng_avs,hostap,wlanng_wext,ipw2200,ipw2915
  239. # Do we use network-classifier fuzzy-crypt detection?  This means we expect 
  240. # packets that are associated with an encrypted network to be encrypted too, 
  241. # and we process them by the same fuzzy compare. 
  242. # This essentially replaces the fuzzycrypt per-source option.
  243. netfuzzycrypt=true
  244. # What type of dump do we generate? 
  245. # valid option: "wiretap" 
  246. dumptype=wiretap
  247. # Do we limit the size of dump logs?  Sometimes ethereal can't handle big ones.
  248. # 0 = No limit
  249. # Anything else = Max number of packets to log to a single file before closing
  250. # and opening a new one.
  251. dumplimit=0
  252. # Do we write data packets to a FIFO for an external data-IDS (such as Snort)?
  253. # See the docs before enabling this.
  254. #fifo=/tmp/kismet_dump
  255. # Default log title
  256. logdefault=Kismet
  257. # logtemplate - Filename logging template.
  258. # This is, at first glance, really nasty and ugly, but you'll hardly ever
  259. # have to touch it so don't complain too much.
  260. #
  261. # %n is replaced by the logging instance name
  262. # %d is replaced by the current date as Mon-DD-YYYY
  263. # %D is replaced by the current date as YYYYMMDD
  264. # %t is replaced by the starting log time
  265. # %i is replaced by the increment log in the case of multiple logs
  266. # %l is replaced by the log type (dump, status, crypt, etc)
  267. # %h is replaced by the home directory
  268. # ie, "netlogs/%n-%d-%i.dump" called with a logging name of "Pok" could expand
  269. # to something like "netlogs/Pok-Dec-20-01-1.dump" for the first instance and 
  270. # "netlogs/Pok-Dec-20-01-2.%l" for the second logfile generated.
  271. # %h/netlots/%n-%d-%i.dump could expand to
  272. # /home/foo/netlogs/Pok-Dec-20-01-2.dump
  273. #
  274. # Other possibilities:  Sorting by directory
  275. # logtemplate=%l/%n-%d-%i
  276. # Would expand to, for example,
  277. # dump/Pok-Dec-20-01-1
  278. # crypt/Pok-Dec-20-01-1
  279. # and so on.  The "dump", "crypt", etc, dirs must exist before kismet is run
  280. # in this case.
  281. logtemplate=%n-%d-%i.%l
  282. # Where do we store the pid file of the server?
  283. piddir=/var/run/
  284. # Where state info, etc, is stored.  You shouldnt ever need to change this.
  285. # This is a directory.
  286. configdir=%h/.kismet/
  287. # cloaked SSID file.  You shouldn't ever need to change this.
  288. ssidmap=ssid_map
  289. # Group map file.  You shouldn't ever need to change this.
  290. groupmap=group_map
  291. # IP range map file.  You shouldn't ever need to change this.
  292. ipmap=ip_map