2015-07-12 16:11:20 +02:00
|
|
|
comment "kismet needs a toolchain w/ threads, C++, dynamic library"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2015-07-12 16:11:20 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
|
|
BR2_STATIC_LIBS
|
2009-09-01 19:01:40 +02:00
|
|
|
|
2007-10-30 10:16:51 +01:00
|
|
|
config BR2_PACKAGE_KISMET
|
|
|
|
bool "kismet"
|
2009-09-01 19:01:40 +02:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2013-04-12 01:49:41 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
|
2013-10-09 22:25:44 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2015-07-12 16:11:20 +02:00
|
|
|
depends on !BR2_STATIC_LIBS # dlfcn.h
|
2008-08-04 21:07:05 +02:00
|
|
|
select BR2_PACKAGE_NCURSES
|
2009-09-01 19:01:40 +02:00
|
|
|
select BR2_PACKAGE_NCURSES_TARGET_PANEL
|
2007-10-30 10:16:51 +01:00
|
|
|
select BR2_PACKAGE_LIBPCAP
|
2013-04-12 01:49:41 +02:00
|
|
|
select BR2_PACKAGE_LIBNL
|
2007-10-30 10:16:51 +01:00
|
|
|
help
|
2008-08-27 22:18:51 +02:00
|
|
|
Kismet - 802.11 layer2 wireless network detector, sniffer,
|
|
|
|
and intrusion detection system.
|
|
|
|
|
|
|
|
Kismet will work with any wireless card which supports raw
|
|
|
|
monitoring (rfmon) mode, and can sniff 802.11b, 802.11a, and
|
|
|
|
802.11g traffic.
|
2007-10-30 10:16:51 +01:00
|
|
|
|
2008-08-27 22:18:51 +02:00
|
|
|
Kismet identifies networks by passively collecting packets
|
|
|
|
and detecting standard named networks, detecting (and given
|
|
|
|
time, decloaking) hidden networks, and infering the presence
|
|
|
|
of nonbeaconing networks via data traffic.
|
2007-10-30 10:16:51 +01:00
|
|
|
|
2008-08-27 22:18:51 +02:00
|
|
|
http://www.kismetwireless.net
|
2009-09-01 19:01:40 +02:00
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
if BR2_PACKAGE_KISMET
|
|
|
|
|
2009-09-01 19:01:40 +02:00
|
|
|
config BR2_PACKAGE_KISMET_CLIENT
|
|
|
|
bool "Install client"
|
|
|
|
|
|
|
|
config BR2_PACKAGE_KISMET_DRONE
|
|
|
|
bool "Install drone"
|
|
|
|
|
|
|
|
config BR2_PACKAGE_KISMET_SERVER
|
|
|
|
bool "Install server"
|
|
|
|
default y
|
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
endif
|