diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-25 18:04:32 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-25 18:04:32 +0000 |
commit | 6009cc66baf58eff98613f0fcc7be3be31bba1e5 (patch) | |
tree | e5f0880b97e7416f9e3a89ff70ecba3bb19d56cd /net-mgmt/Makefile | |
parent | d679262e6cff00b256f13f004503e20ea38cc9ae (diff) |
Aircrack is a set of tools for auditing wireless networks:
* airodump: 802.11 packet capture program
* aireplay: 802.11 packet injection program
* aircrack: static WEP and WPA-PSK key cracker
* airdecap: decrypts WEP/WPA capture files
* arpforge: forges ARP packets
At the moment airodump and aireplay cannot be built on FreeBSD
PR: ports/88870
Submitted by: Lars Engels <lars.engels@0x20.net>
Notes
Notes:
svn path=/head/; revision=149452
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 3036eafa4837..1dbffcc446b7 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -7,6 +7,7 @@ SUBDIR += TkTopNetFlows SUBDIR += aggregate SUBDIR += aguri + SUBDIR += aircrack SUBDIR += airport SUBDIR += angst SUBDIR += annextools |