Config.in 639 B

123456789101112131415161718
  1. config BR2_PACKAGE_KISMET
  2. bool "kismet"
  3. select BR2_PACKAGE_NCURSES
  4. select BR2_PACKAGE_LIBPCAP
  5. select BR2_PACKAGE_DBUS
  6. select BR2_PACKAGE_DBUS_GLIB
  7. default n
  8. help
  9. Kismet - 802.11 layer2 wireless network detector, sniffer, and intrusion detection system
  10. Kismet will work with any wireless card which supports raw monitoring (rfmon) mode, and can
  11. sniff 802.11b, 802.11a, and 802.11g traffic.
  12. Kismet identifies networks by passively collecting packets and detecting standard named
  13. networks, detecting (and given time, decloaking) hidden networks, and infering the presence
  14. of nonbeaconing networks via data traffic.