kali连接蓝牙_蓝牙攻击指南(kali)

基本操作

hciconfig 查看蓝牙设备信息

hcitool:这是一个查询工具。 可以用来查询设备名称,设备ID,设备类别和设备时钟。

hcidump:可以使用这个来嗅探蓝牙通信

hciconfig hci0 up 启动蓝牙设备

hciconfig hci0 down 关闭蓝牙设备

service bluetooth start 启动蓝牙服务

bluetoothctl 蓝牙控制台

错误 Failed to pair: org.bluez.Error.AlreadyExists 解决方法:

root@edison:~# rfkill unblock bluetooth

root@edison:~# bluetoothctl

[bluetooth]# agent KeyboardDisplay

[bluetooth]# default-agent

[bluetooth]# device

[bluetooth]# remove

[bluetooth]# scan on

[bluetooth]# scan off

[bluetooth]# pair

https://communities.intel.com/thread/62848

攻击一:强制连接

apt-get install blueranger

hciconfig

hcitool scan

你可能感兴趣的:(kali连接蓝牙)