diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-06-03 16:23:17 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-06-03 16:23:17 +0000 |
commit | 30023faa50b5c5aaaff9ae8f105c6f27c02a7b77 (patch) | |
tree | 38dd43f479432b7d477fe4e590164c12140c3e47 /openwrt/package/aircrack-ng/Config.in | |
parent | 8db5dbc79ac292a59e69513cd3aaae9facf94176 (diff) |
add aircrack-ng package (thanks to Gerd, closes: #572, #581).
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3900 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/aircrack-ng/Config.in')
-rw-r--r-- | openwrt/package/aircrack-ng/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/openwrt/package/aircrack-ng/Config.in b/openwrt/package/aircrack-ng/Config.in new file mode 100644 index 0000000000..1c019c3330 --- /dev/null +++ b/openwrt/package/aircrack-ng/Config.in @@ -0,0 +1,13 @@ +config BR2_PACKAGE_AIRCRACK_NG + prompt "aircrack-ng....................... Next generation of aircrack with new features" + tristate + default n + help + aircrack-ng is an 802.11 WEP and WPA-PSK keys cracking program + that can recover this keys once enough encrypted packets have + been captured. It implements the standard FMS attack along with + some optimizations like KoreK attacks, thus making the attack + much faster compared to other WEP cracking tools. In fact + aircrack is a set of tools for auditing wireless networks. + + http://www.aircrack-ng.org/ |