Unlocking Wireless PC Locks
posted Jul 27th 2011 10:01am by Kevin Dadyfiled under: peripherals hacks

[Mr.Pantz] pointed us to a web page we thought you would find interesting. It deals with hacking PC lock using a Universal Software Radio Peripheral (USRP) . Following the good practice of logging off or locking your workstation while your not at it, it is darn hard to get users to actually do it. These little gadgets are a 2 piece setup one being a usb dongle, and the other being a badge like device. If the badge is turned off or is a distance greater than ~30 feet, the signal is lost and the pc is locked.
From there all you really need to do is figure out what frequency the 2 are running at and what codes are flying around the air. Some careful eyeballing suggests that this operates in the 434MHz region much like remote lock dongles for your car, and once the device is apart some research of 2 of the IC’s on board confirms it. Using the GNU Radio spectrum analyzer a signal is quickly captured, dumped, and a script is created to send the signal back out, provided you have the correct hardware to do so.








I have one exactly like this, and I can’t live without it in school when I need to go away for a second or a friend is trying to see through my private pictures xD
BUT the standard software sucks BIG time… I saw an article over at Coding4Fun on how to write better software for this. However I think there have been a slight hardware revision because it didn’t work for my device.
I DID however manage to hack the device (appears as a HID) device and make my own lock. My lock is actually locking windows itself instead of that on screen shit which can hardly be called a lock.
– By the way, anybody knows a way to automaticly unlock Windows from software, .NET prefered? Using Win7 ^^