Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  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.  
  6. # Version of Kismet config
  7. version=2009-newcore
  8.  
  9. # Name of server (Purely for organizational purposes)
  10. servername=Kismet_2009
  11.  
  12. # Prefix of where we log (as used in the logtemplate later)
  13. # logprefix=/some/path/to/logs
  14.  
  15. # Do we process the contents of data frames? If this is enabled, data
  16. # frames will be truncated to the headers only immediately after frame type
  17. # detection. This will disable IP detection, etc, however it is likely
  18. # safer (and definitely more polite) if monitoring networks you do not own.
  19. # hidedata=true
  20.  
  21. # Do we allow plugins to be used? This will load plugins from the system
  22. # and user plugin directiories when set to true (See the README for the default
  23. # plugin locations).
  24. allowplugins=true
  25.  
  26. # See the README for full information on the new source format
  27. # ncsource=interface:options
  28. # for example:
  29. # ncsource=wlan0
  30. ncsource=wlan0
  31. #ncsource=wlan0:name=intel,hop=false,channel=11
  32.  
  33. # Comma-separated list of sources to enable. This is only needed if you defined
  34. # multiple sources and only want to enable some of them. By default, all defined
  35. # sources are enabled.
  36. # For example, if sources with name=prismsource and name=ciscosource are defined,
  37. # and you only want to enable those two:
  38. # enablesources=prismsource,ciscosource
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement