-
Notifications
You must be signed in to change notification settings - Fork 10
/
README
37 lines (27 loc) · 959 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
bluesnarfer
===========
linux bluesnarfing proof-of-concept tool
code author: Roberto Martelloni "boos", [email protected]
Italian article is in file: BFi13-dev-18
HOW TO USE
bluesnarfer, version 0.1 -
usage: ./bluesnarfer [options] [ATCMD] -b bt_addr
ATCMD : 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
it's simple :P
what it's do ?
rfcomm connection to bdaddr and send/recv AT command from gsm extension ..
thanks to: mainman, sgrakkyu