fO-000 / bluing

An intelligence gathering tool for hacking Bluetooth
GNU General Public License v3.0
714 stars 100 forks source link

显示找到不hciid #1

Closed d4rk30 closed 4 years ago

d4rk30 commented 4 years ago

使用绿联的适配器,显示找到不hciid,芯片是csr8510

kali@kali:~$ hciconfig
hci1:   Type: Primary  Bus: USB
        BD Address: xxx  ACL MTU: 310:10  SCO MTU: 64:8
        UP RUNNING 
        RX bytes:1172 acl:0 sco:0 events:64 errors:0
        TX bytes:796 acl:0 sco:0 commands:68 errors:0

hci0:   Type: Primary  Bus: USB
        BD Address: xxx  ACL MTU: 8192:128  SCO MTU: 64:128
        DOWN 
        RX bytes:1006 acl:0 sco:0 events:44 errors:0
        TX bytes:672 acl:0 sco:0 commands:44 errors:0

kali@kali:~$ bluescan -i hci1 -m br
[ERROR] Can't find the ID of hci1 in rfkill
fO-000 commented 4 years ago

执行一下 rfkill --output ID,DEVICE -r 看看输出结果

d4rk30 commented 4 years ago

执行一下 rfkill --output ID,DEVICE -r 看看输出结果

抱歉,设备不在身边,晚上回实验室操作一下

d4rk30 commented 4 years ago

执行一下 rfkill --output ID,DEVICE -r 看看输出结果

root@kali:/home/kali# rfkill --output ID,DEVICE -r
ID DEVICE
0 hci0
3 hci1

然后执行 bluescan -i hci1 -m br开始卡住

d4rk30 commented 4 years ago
root@kali:/home/kali# hciconfig -a
hci1:   Type: Primary  Bus: USB
        BD Address: xxx  ACL MTU: 310:10  SCO MTU: 64:8
        UP RUNNING 
        RX bytes:1148 acl:0 sco:0 events:60 errors:0
        TX bytes:736 acl:0 sco:0 commands:60 errors:0
        Features: 0xff 0xff 0x8f 0xfe 0xdb 0xff 0x5b 0x87
        Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 
        Link policy: RSWITCH HOLD SNIFF PARK 
        Link mode: SLAVE ACCEPT 
        Name: 'CSR8510 A10'
        Class: 0x000000
        Service Classes: Unspecified
        Device Class: Miscellaneous, 
        HCI Version: 4.0 (0x6)  Revision: 0x22bb
        LMP Version: 4.0 (0x6)  Subversion: 0x22bb
        Manufacturer: Cambridge Silicon Radio (10)
fO-000 commented 4 years ago

我这边根据你提供的信息,没有复现 bug,代码暂未发现异常。

不过我发现你执行 $ bluescan -i hci1 -m br# rfkill --output ID,DEVICE -r 时所用的权限不同,可以试下 sudo bluescan -i hci1 -m br

d4rk30 commented 4 years ago

我这边根据你提供的信息,没有复现 bug,代码暂未发现异常。

不过我发现你执行 $ bluescan -i hci1 -m br# rfkill --output ID,DEVICE -r 时所用的权限不同,可以试下 sudo bluescan -i hci1 -m br

怀疑是绿联适配器的问题,晚上回去用一下UD100试试

d4rk30 commented 4 years ago

确认是绿联适配器的问题,hcitool功能也用不了

fO-000 commented 4 years ago

👍