EvilZone

Hacking and Security => Mobile Hacking => Android => : MilesAway November 07, 2014, 08:44:09 PM

: Bluetooth
: MilesAway 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?
: Re: Bluetooth
: Kulverstukas November 07, 2014, 08:47:10 PM
What do you mean by that? are you going to make a sploit or something?
: Re: Bluetooth
: dotcppfile 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...
: Re: Bluetooth
: 0E 800 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,
: Re: Bluetooth
: dotcppfile 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
: Re: Bluetooth
: 0E 800 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.
: Re: Bluetooth
: dotcppfile 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.
: Re: Bluetooth
: MilesAway 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.