repo: https://github.com/buildroot/buildroot/tree/2021.05 commit: 69f79f2a2ee1417e19c1ead2c9226e11753c06cb Update for 2021.05 Change-Id: I77d6d14da04483c97cb172bf6732732012e538d9
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
|