Hak5
Save 10% at GoDaddy.com with coupon code HAK

BlueTeeth

From Hak5

Jump to: navigation, search

[edit] Blueteeth

with this is a plan to expand on general bluetooth knowledge and capabilites, more specifically this would go into some code/OSS/OS' to tinker with and flesh out a convinving use for it all.

[edit] Bryan stuff

alt MS Intellimouse 8000

Need to find a way to upload some .pklg files here

This is trying to figure out a way to sync a bluetooth device (specifically a Microsoft Wireless Laser Mouse 8000) using the built in bluetooth of a Mac instead of the dongle it comes with.

One way i was thinking was to give it the thinging its looking for by seeing what packet information can be captured from the he OS X dev tools "Bluetooth Explorer and PacketLogger" usually comes with the dev tools on the OS X Disc and placed at

  • Developer/Applications/Utilities/Bluetooth/Bluetooth Explorer
  • Developer/Applications/Utilities/Bluetooth/PacketLogger

The other way I was thinking is to copy the dongles information that can be captured and tricking the mouse into beleiving its communicating with it. Something with manipulating the "Hardware name", "Class of Device" and "Services" of the Mac or the HCI controller configs. Not sure yet just what I have thought of in about 4 hours of learning some of the specs on bluetooth.