kismet_ui.conf 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. # Kismet GUI config file
  2. # Version of Kismet config
  3. version=2005.04.R1
  4. # Do we show the intro window?
  5. showintro=false
  6. # Gui type to use
  7. # Valid types: curses, panel
  8. gui=panel
  9. # Server to connect to (host:port)
  10. host=localhost:2501
  11. # Network traffic decay (active/recent/inactive) and packet click rate - increase
  12. # this if you are doing prism2 channel hopping.
  13. decay=3
  14. # What columns do we display? Comma seperated. Read the documentation for what
  15. # columns are valid.
  16. columns=decay,name,type,wep,channel,packets,flags,ip,size
  17. # What columns do we display for clients? Comma seperated.
  18. clientcolumns=decay,type,mac,manuf,data,crypt,size,ip,signal,quality,noise
  19. # Do we auotmatically make a group for probed networks or do we show them
  20. # amidst other networks?
  21. autogroup_probe=true
  22. # Do we autogroup data-only networks?
  23. autogroup_data=true
  24. # Display battery status?
  25. apm=false
  26. # Simple borders (use - and | instead of smooth vertical and horizontal
  27. # lines. This is required on Zaurus, and might be needed elsewhere if your
  28. # terminal doesn't display the border characters correctly.
  29. simpleborders=false
  30. # Colors (front, back) of text in the panel front. Valid colors are:
  31. # black, red, yellow, green, blue, magenta, cyan, white
  32. # optionally prefixed with "hi-" for bold/bright colors, ie
  33. # hi-red, hi-yellow, hi-green, etc.
  34. # Enable colors?
  35. color=true
  36. # Background
  37. backgroundcolor=black
  38. # Default text
  39. textcolor=white
  40. # Window borders
  41. bordercolor=green
  42. # Titles
  43. titlecolor=hi-white
  44. # GPS and APM info
  45. monitorcolor=hi-white
  46. # WEP network color
  47. wepcolor=hi-green
  48. # Factory network color
  49. factorycolor=hi-red
  50. # Open color
  51. opencolor=hi-yellow
  52. # Decloaked network color
  53. cloakcolor=hi-blue