84e8f3aa90
Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
423 B
Plaintext
14 lines
423 B
Plaintext
config BR2_PACKAGE_REAVER
|
|
bool "reaver"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
select BR2_PACKAGE_LIBPCAP
|
|
help
|
|
Reaver is a tool to audit networks against brute WPS pins
|
|
attacks. It is complementary to "Aircrack-ng".
|
|
|
|
https://code.google.com/archive/p/reaver-wps/wikis/README.wiki
|
|
https://github.com/t6x/reaver-wps-fork-t6x
|
|
|
|
comment "reaver needs a toolchain w/ threads"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|