Ben and myself are off to Las Vegas for Black Hat and DEFCON. Let the madness begin… Here’s a javascript countdown to Black Hat… Wahoo! http://www.e-things.org/countdown/
Note: This uses your local time and only works out if you’ll be attending Black Hat, or you live in Vegas.
This is a very quick and dirty hack to scan for Bluetooth devices and attempt to send them a friendly message with their device name embedded in a .jpg image. It’s important to note that I’m using the term “hack”, as in poorly written code, which is the correct use for the term. This is not a malicious program.</disclaimer>
This program uses hci-tool to scan for new Bluetooth devices and when it finds one it appends the device name to an image and attempts to send the image back to the device using ussp-push.
Here’s an example image for a Bluetooth device called /dev/phone.

» Continue Reading…