Finding and Tracking Bluetooth Devices - Tradecraft

  Переглядів 48,792

Hacker Warehouse

Hacker Warehouse

День тому

In this video, we'll be showcasing the utility of Great Scott Gadget’s Ubertooth One by using the device along with the open source program Blue Hydra to build a powerful and portable Bluetooth detection and tracking system along with a little script called BLE finder.
00:00 - Intro
00:31 - Begin Content
Get your Ubertooth One Kit at Hacker Warehouse:
hackerwarehouse.com/product/ub...
IRC links:
greatscottgadgets.com/ubertoo...
github.com/pwnieexpress/blue_...
www.raspberrypi.org/downloads...
odin-win.sourceforge.net/
dd works fine for those on linux
www.lazzaro.com.ar/Bluehydra-...
github.com/hackerwarehouse/bl...

КОМЕНТАРІ: 43
@twistiefresh1974
@twistiefresh1974 7 років тому
"Or use it to detect when the bosses smart watch gets near the office..." XD
@brook8319
@brook8319 5 років тому
Is there any apps that could help you find beat headphones?
@JWG2014
@JWG2014 3 роки тому
Think about this for security. You can have this on your property such as a gate. Every criminal has a smart phone just like everyone else. It would be nice to detect a "new" mac address and alert on it. Then you also could use this to track down the person (or confirming their identity if they are caught later on). After watching a movie with a stocker you could have these around the parameter as a alert.
@erikaanne9902
@erikaanne9902 Рік тому
Brilliant
@johnkoury1116
@johnkoury1116 4 місяці тому
Absolutely Genius!
@randomtvninja
@randomtvninja 7 років тому
what you guys have a UKposts channel!! how did I not know this?! subbing now!
@HackerWarehouse
@HackerWarehouse 7 років тому
Thanks for the kind words. Cheers.
@marvinratchford7913
@marvinratchford7913 9 місяців тому
My YAMAHA DGX-670 has built in Bluetooth. Could its Display/operations be detected to be mirrored on a bigger tablet screen? Thanks
@InfoSecNick
@InfoSecNick 5 років тому
In running the script I am getting this return... any Ideas? File "/home/pi/blue_hydra/ble_finder.py", line 43 print name + ' (' + mac + ') is nearby - last seen ' + str(tsec) + ' seconds ago' ^ SyntaxError: invalid syntax
@ipinyulun
@ipinyulun 5 років тому
hi, i would like to know if this ubertooth can actually tracking down the mobile phone exact location? and how it actually track down the phone, by reading mobile phone gps location. or calculating the distance and position from the ubertooth signal itself?
@johnkoury1116
@johnkoury1116 4 місяці тому
I know it has been a while however you are absolutely correct t in thinking that bluetooth can be used to identify as well as determine location several ways or all of them. You could make a program that measures the strength of the signal and then logs it along with the longitude and latitude which should be available from blue tooth in discoverable mode. However it does not have to be discoverable to be located and monitored. Even when the BT is not promiscuous mode it is still sending out a signal it just ignores everything . Things may have changed but I do not think so.
@michaelvankirk6077
@michaelvankirk6077 Рік тому
Im in college right now and had two xbox controllers stolen and Im wondering if there would be any way to find the controllers using bluetooth tracking as i have the controllers all paired to my laptop and they are still paired.
@cnatheprofessionalcna2681
@cnatheprofessionalcna2681 4 роки тому
i came here to find out more about this thing - simple things like what it can and cant do- at the end you ask us what we would do? you are 5 steeps ahead, where can i go to find out more , on MY level? .. is it true you can listen into this blue tooth device . must you have possession of this blue tooth omitting device if only for a bit?
@ThereWillBeCake
@ThereWillBeCake 2 роки тому
I do love a good pony express.
@over00lordunknown12
@over00lordunknown12 5 років тому
Is there any way to use this with the built in BT of the RPi 3, or with a $20 USB adapter? I know the data won't be even close to what the Ubertooth One can provide, but still, it should allow for _some_ data... *EDIT:* It works just fine without an Ubertooth One, so I don't know why he says that...
@suds4500
@suds4500 5 років тому
The website he works for sells them... so obviously hes gonna promote the use of one
@xiobus
@xiobus 6 років тому
Does the rPi 3 not need the extra BT dongle since it has an internal one?
@GarrettGeeEntrepreneur
@GarrettGeeEntrepreneur 6 років тому
Correct. There was a note about using the rpi3 in the irc comments of the show.
@vancouverguy2533
@vancouverguy2533 6 років тому
Ya but this is about the Ubertooth One device specifically. Not any ol generic BT dongle. So RasbPi 3 having internal bluetooth has nothing to do with anything. This is a special piece of hardware they sell that can do things normal BT dongles or builtin BT support cannot do.
@over00lordunknown12
@over00lordunknown12 5 років тому
+xiobus Don't listen to "Vancouver Guy". Blue Hydra works just fine with the built in Bluetooth on the Raspberry Pi 3 and 3B+ All the Ubertooth with regards to passive sniffing is to just see non-discoverable Bluetooth devices, and it can do "frequency lock hopping" which just means that when the other Bluetooth device changes frequency, the Ubertooth One follows it. NOT NECESSARY TO DO ONE OFF SNIFFING, JUST FOR CONTINUOUS ACTIVE SNIFFING.
@soulife8383
@soulife8383 5 років тому
@@over00lordunknown12 So you do need ubertooth for non-discoverable devices? Can you achieve the same results shown in this video without the Ubertooth is basically what I'm asking.. I need to keep track of bluetooth devices that aren't in discovery mode, so if I could do that without spending the extra $115 that would be ideal
@AGuideToMinecraft
@AGuideToMinecraft 4 роки тому
I’m gonna use this to figure out when my favorite seat is open at the cafeteria
@n4th4n.g4b6
@n4th4n.g4b6 6 років тому
if i lost a bluetooth device like per say some beats headphones, would this help?
@HackerWarehouse
@HackerWarehouse 6 років тому
Lost as in trying to track it down in your house? Yes it will help. Lost as in stolen and it can be anywhere? Won't really help in that case :(
@michaelcunningham1390
@michaelcunningham1390 6 років тому
Greetings, When I run the ble_finder script (In the blue_hydra folder) I get the the following error: ~/blue_hydra/bin# sudo python ble_finder.py Traceback (most recent call last): File "ble_finder.py", line 22, in import tailer ImportError: No module named tailer
@HackerWarehouse
@HackerWarehouse 6 років тому
pip install tailer
@michaelcunningham1390
@michaelcunningham1390 6 років тому
Thank you! This is one of the reason I continue to buy my gear from you guys!
@michaelcunningham1390
@michaelcunningham1390 6 років тому
Another Noob question. I changed the MAC addresses to reflect my target MAC's. I then run the script, python ble_finder.py but I do not get the results showing in the terminal? No errors just flashing cursor. I have Blue Hydra running and the MAC's show up and I am running ble_finder in the Hydra directory. Thank you for any help
@Sharedbook
@Sharedbook 6 місяців тому
I'm wondering if the project is DEAD or not? and/or if there are other tools out there to replace it? I do love this one, but it seems like there are many issues...
@michaellee213
@michaellee213 Місяць тому
There will be in the next few months.
@soulife8383
@soulife8383 5 років тому
I just want to be clear before I invest in a bunch of gear for the wrong reason: This does detect bluetooth that is not in discovery mode, regardless of bluetooth version, correct? I wanted to make a proximity detector by either tracking known devices as they pop on and off the wifi network, but it would be better to use bluetooth signals instead, since all of the tracked devices have an 'always on' bluetooth state.
@thomasmontgomery5292
@thomasmontgomery5292 Рік тому
The lazzaro link no longer works
@delacruzrigoberto8694
@delacruzrigoberto8694 5 років тому
can this be used to track a missing person cell ?
@michaellee213
@michaellee213 Місяць тому
You would need to know their bluetooth mac address ahead of time, but yes, it could.
@redpilledpatriot6868
@redpilledpatriot6868 4 роки тому
I'm only here reviewing this device because Null Byte suggested it for Bluetooth snooping. XD
@KimMeWyatt
@KimMeWyatt 5 років тому
Maybe I clicked the wrong link! Even though I'm technical and can basical;y understand 93%+ of what you stated. Here's my problem. I live in an apartment complex where I am being spied on in my own apartment. The idiots came in and placed bluetooth devices in my apartment that reads something like [55] Samsung (can't remember the rest...not @ home)...There were also 65 Samsungs and bluetooth bulbs in my apartment where I moved from, which is where the stalking (Targeted Individuals...look on UKposts) began. *I don't have Internet service, computers/laptops are off, no tv's...NOTHING!* ...BUT when I turn on either of my phones, I have these devices listed and trust me, I know how bluetooth works. The perps (look up on UKposts) they've hired/paying live above me and are spying on me throughout my apartment BUT especially via my bedroom...I've also been noticing a Misc device listed. Although I was following your instructions (great video, btw), I just want to see, in a more economical way, where these devices are located in apartment so I can find retrieve them. DO YOU HAVE ANY ADVICE and THANKS!
@TheBlackCat1337
@TheBlackCat1337 Рік тому
same issue with a gang surrounding me
@PalCan
@PalCan 3 роки тому
We already have this on all phones. It's called "contact tracing"
@gvenn
@gvenn 7 років тому
Your intro is too long
@HackerWarehouse
@HackerWarehouse 6 років тому
Thanks for the feedback. It will likely be revised after summer camp activities.
@oneofgodschildren
@oneofgodschildren Рік тому
Anyone who hacks is a creeper. Someone has 2 Bluetooths within 30 feet of my house. Had other iPhone users here today and they picked them up as well. Creepers is what I told them. Who does this?
Dangerous Hacking Gadgets in 2024 #hacker #tools
11:20
Hacker Joe
Переглядів 338 тис.
Extracting Firmware from Embedded Devices (SPI NOR Flash) ⚡
18:41
Flashback Team
Переглядів 495 тис.
Voloshyn - ЗУСИЛЛЯ (прем'єра треку 2024)
06:17
VOLOSHYN
Переглядів 734 тис.
0% Respect Moments 😥
00:27
LE FOOT EN VIDÉO
Переглядів 41 млн
6 Must-Have Security Gadgets That Fit in Your Pocket
9:03
All Things Secured
Переглядів 1,7 млн
DON'T Use Raspberry Pis for Servers! (Use THIS)
16:23
Hardware Haven
Переглядів 965 тис.
3 HACKING gadgets you have to TRY!!
19:34
NetworkChuck
Переглядів 1,4 млн
Bluetooth Low Energy Hacking Part 2 - Sniffing Bluetooth Low Energy
17:30
12 Brilliant Cyberdecks to try using Raspberry Pi!
8:53
ToP Projects Compilation
Переглядів 540 тис.
What Wi-Fi Hacking tools do hackers use?
10:18
Hak5
Переглядів 410 тис.
Best OS for programming? Mac vs Windows vs Linux debate settled
8:41
iPhone - телефон для нищебродов?!
0:53
ÉЖИ АКСЁНОВ
Переглядів 3,8 млн
Хомяк может разблокировать АЙФОН
0:14
Собиратель новостей
Переглядів 984 тис.
Наушники Ой🤣
0:26
Listen_pods
Переглядів 392 тис.
Airpods’un Gizli Özelliği mi var?
0:14
Safak Novruz
Переглядів 1,3 млн
Что еще за обходная зарядка?
0:30
Не шарю!
Переглядів 1,7 млн
Samsung UE40D5520RU перезагружается, замена nand памяти
0:46
Слава 100пудово!
Переглядів 3,4 млн