Thanks to this post http://forum.aircrack-ng.org/index.php?topic=6091.new I was able to compile aircrack for Snow Leopard! I used svn r1623 and it workls like a charm! Index: src/Makefile ============================= --- src/Makefile (revision 1623) +++ src/Makefile (working copy) @@ -4,7 +4,7 @@ TEST_DIR = $(AC_ROOT)/test -CFLAGS += -Iinclude +CFLAGS += -Iinclude -arch i386 -I/opt/local/include -L/opt/local/lib iCC ...Read More

PREPARE: # airmon-ng start ath0 # airodump-ng -w tmp ath0 ctrl+c, search your "victim".. copy the bssid of the victim and read the channel, for example we use channel 1: DUMP: # airodump-ng -w Neo -c 1 ath0 switch to another shell.. GENERATE TRAFFIC#1 - no host ...Read More

WEP Cracking with Aircrack">

Before you can start cracking some Wireless AP, you need some preparation: Windows: You need to switch your WLAN Card into monitor mode. The regular Windows drivers provided by the manufacturer will NOT support this feature. You need special drivers. Wildpackets.com provides ...Read More