Skip to content

Various scripts for hacking USB Webkeys - specifically the WEB-130C

Notifications You must be signed in to change notification settings

OpenSecurityResearch/webkey_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

USB Webkey Tools
by brad antoniewicz
[email protected]
-------------------------------------------------

These are a set of simple scripts to aid in USB
webkey hacking. They all have been tested with the
chip labeled WEB-130C, and J24C02C DP1D07 EEPROM.

See http://blog.opensecurityresearch.com/2012/10/hacking-usb-webkeys.html
for more information. 


webkey_i2c_format.py - Tool to format a string that
	should be written to the EEPROM using the 
	bus pirate. It will output a string that can 
	be pasted directly into the bus pirate for 
	writing. 

webkey_usbmon_parse.py - Tool to parse a usbmon log
	file and interpret the keystrokes it sends. 

	Set up is as follows:

	wget http://people.redhat.com/zaitcev/linux/usbmon-6.tar.gz
	tar -zxvf usbmon-6.tar.gz
	cd usbmon-6 
	make
	./usbmon -i 6 -fu -s 100 > capture.mon
	
	./webkey_usbmon_parse.py capture.mon

sample_usbmon_capture.mon - Sample usbmon capture 
	to test webkey_usbmon_parse.py 
	
	

About

Various scripts for hacking USB Webkeys - specifically the WEB-130C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages