-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathbluedivingNG.conf
73 lines (58 loc) · 2.29 KB
/
bluedivingNG.conf
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" ?>
<!--
BluedivingNG config file
-->
<config>
<!-- Device -->
<device>hci0</device>
<!-- Where to keep logs? -->
<logdir>/var/log/bluediving/</logdir>
<logfile>main.log</logfile>
<!-- How many seconds to wait before starting
a new scan in loop mode -->
<loop_timeout>5</loop_timeout>
<!-- Play sounds? 1 == true / 0 == false -->
<play_sound>1</play_sound>
<!-- My WAV file (for new devices found on the air) -->
<sound_file>sounds/explosion.wav</sound_file>
<!-- My RAW file for carwhisperer -->
<raw_file>sounds/out.raw</raw_file>
<!-- My nasty vcard -->
<vcard>vcards/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.vcf</vcard>
<!-- The default channel -->
<channel>17</channel>
<!-- Default device name -->
<device_name>phone of doom</device_name>
<!-- Default device type (phone|laptop|headset|desktop|apple|carkit) -->
<!-- You can also specify a hex number -->
<device_type>phone</device_type>
<!-- Should the device be visible? 1 == true / 0 == false -->
<device_visibility>0</device_visibility>
<!-- scanning mode - hcitool or greenplaque (default: hcitool) -->
<scan_mode>greenplaque</scan_mode>
<!-- Where to find the tools -->
<hciconfig>/usr/sbin/hciconfig</hciconfig>
<hcitool>/usr/bin/hcitool</hcitool>
<sdptool>/usr/bin/sdptool</sdptool>
<l2ping>/usr/bin/l2ping</l2ping>
<rfcomm>/usr/bin/rfcomm</rfcomm>
<obexftp>/usr/bin/obexftp</obexftp>
<mpg123>/usr/bin/mpg123</mpg123>
<sox>/usr/bin/sox</sox>
<play>/usr/bin/play</play>
<rfcomm_shell>tools/rfcomm_shell</rfcomm_shell>
<btobex>tools/btobex</btobex>
<btftp>tools/btftp</btftp>
<hstest>tools/hstest</hstest>
<attest>tools/attest</attest>
<atshell>tools/atshell</atshell>
<change_btaddr>tools/bdaddr</change_btaddr>
<redfang>tools/redfang</redfang>
<greenplaque>tools/greenplaque</greenplaque>
<carwhisperer>tools/carwhisperer</carwhisperer>
<bss>tools/bss</bss>
<l2cappacket>tools/l2cap-packet</l2cappacket>
<bccmd>tools/bccmd</bccmd>
<hcidump_crash>tools/hcidump-crash</hcidump_crash>
<l2cap_headersize_overflow>tools/l2cap_headersize_overflow</l2cap_headersize_overflow>
</config>