Author Topic: Bluetooth  (Read 1389 times)

0 Members and 1 Guest are viewing this topic.

Offline MilesAway

  • /dev/null
  • *
  • Posts: 9
  • Cookies: 0
  • <b>[!]</b>
    • View Profile
Bluetooth
« on: November 07, 2014, 08:44:09 pm »
Hi, I would like to know if file transfer via bluetooth without confirmation from the other device. What are the pros and cons of bluetooth, and is it even worth spending time on?

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Bluetooth
« Reply #1 on: November 07, 2014, 08:47:10 pm »
What do you mean by that? are you going to make a sploit or something?

dotcppfile

  • Guest
Re: Bluetooth
« Reply #2 on: November 07, 2014, 09:59:28 pm »
I've been working on something similar on this with Matthew Beddoes it's been few months. What you're looking for isn't possible, there's a lot to know and learn about bluetooth itself before you can start manipulating the incoming and outgoing data. If you're simply looking for an exploit than as far as I know, they're old, not be counted on nowadays.
If you're interested in doing some researches then go ahead, I suggest you stick around with python using few interesting libraries like PyBluez and LightBlue etc...

Offline 0E 800

  • Not a VIP
  • VIP
  • Baron
  • *
  • Posts: 895
  • Cookies: 131
  • • тнε ιηтεяηεт ιs мү яεcүcℓε-вιη •
    • View Profile
Re: Bluetooth
« Reply #3 on: November 08, 2014, 12:16:11 am »
@dotcppfile

  I have a ubertooth1 and still haven't really found much use for it. Do you have any more recent resources or links that I can use?

I am interested in being able to log  the cars that drive past my house based on the bluetooth enabled cell phones and bluetooth enabled smart cars.

Not really interested in exploitation but for reconnaissance. Honestly I just want to see if I can determines which cars drive by monday - friday.

Regards,
The invariable mark of wisdom is to see the miraculous in the common.

dotcppfile

  • Guest
Re: Bluetooth
« Reply #4 on: November 08, 2014, 01:32:17 am »
@dotcppfile

  I have a ubertooth1 and still haven't really found much use for it. Do you have any more recent resources or links that I can use?

I am interested in being able to log  the cars that drive past my house based on the bluetooth enabled cell phones and bluetooth enabled smart cars.

Not really interested in exploitation but for reconnaissance. Honestly I just want to see if I can determines which cars drive by monday - friday.

Regards,

That can be done in few lines in python:

#import bluetooth
devices = bluetooth.discover_devices(lookup_names = True)
for addr,name in devices:
    print "%s:%s" %(addr, name)

addr will hold the MAC Address which can be easily used to identify the device behind that mac address since every mac address can be cut in half where the first half identify the company/device; take a look mate: https://standards.ieee.org/develop/regauth/oui/oui.txt

Offline 0E 800

  • Not a VIP
  • VIP
  • Baron
  • *
  • Posts: 895
  • Cookies: 131
  • • тнε ιηтεяηεт ιs мү яεcүcℓε-вιη •
    • View Profile
Re: Bluetooth
« Reply #5 on: November 08, 2014, 01:47:38 am »
Fantastic. I am able to read your python code albeit I dont code myself. I will play with this and adapt it.

Thank you very much for your prompt and direct response.

Be well.
The invariable mark of wisdom is to see the miraculous in the common.

dotcppfile

  • Guest
Re: Bluetooth
« Reply #6 on: November 08, 2014, 02:21:23 am »
Fantastic. I am able to read your python code albeit I dont code myself. I will play with this and adapt it.

Thank you very much for your prompt and direct response.

Be well.

No problem, glad I helped mate.

Offline MilesAway

  • /dev/null
  • *
  • Posts: 9
  • Cookies: 0
  • <b>[!]</b>
    • View Profile
Re: Bluetooth
« Reply #7 on: November 08, 2014, 12:50:23 pm »
I'm looking for something similar to the car tracking idea. My main need for this is also recon, I'm curious about how many people pass by my apartment, and my secondary concern is if and how someone can download my files. I'm currently using a rooted Sony Xperia M.