There is a nice modified version of aircrack-ng I found on their website aircrack-ng.org. It is optimized for CPUs with the SSE2 instruction set (what is SSE2?). For classic dictionary attack on WPA key, it is able to speed things up to 500% compared a not optimized version. I made a test using BackTrack 3 with CPU Intel Core2Duo P8400 2.26 GHz, cowpatty 4.3, aircrack-ng 1.0 rc1 and aircrack-ng-wpa-sse2. For this test I will use a dictionary and a handshake (wpapsk-linksys.dump) from Cowpatty package. The results are on the screenshots.
Cowpatty 4.3 – average speed 81,39 k/s
aircrack-ng 1.0 rc1 – average speed 241,15 k/s
aircrack-ng sse2 – average speed 1039,25 k/s
If you want to use advantages of the modified version , you have to have a CPU that supports SSE2. To find out, use this command:
# cat /proc/cpuinfo
installation is very easy. Download the source code of the modified version, compile it and reinstal your older version. To download the source code (You have to have RapidSVN installed):
# svn co http://trac.aircrack-ng.org/svn/branch/aircrack-ng-wpa-sse2 aircrack-ng-wpa-sse2
go to the directory with the downloaded source code
# cd aircrack-ng-wpa-sse2
compile and install
# make
# make install
for run use classic command
# aircrack-ng -w dictionary wpa.cap
Aircrack SSE2 bin & source code available for download in our download section. Writed & translated by Marcos, Back.
Similar Posts:
- Cracking WPA-PSK secured Wireless Networks
- Utilizing multiple CPU cores for password cracking
- Packet Injection wifi Intel 4965 AGN patch
- Aircrack 1.0 BETA .lzm BackTrack
- Make your own video tutorial
- Airgraph-ng graphing away Wi-Fi traffic
- The Intuitive WiFi hacking GUI app for Ubuntu Linux
- HostAP Ubuntu 7.04 Packet Injection
- Wireless Hacking – Ultimate Ubuntu Guide
- Aireplay-ng Packet Injection Windows CommView Hack