蓝牙攻击指南(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 <device mac>
[bluetooth]# scan on
[bluetooth]# scan off
[bluetooth]# pair <device mac>

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

 

攻击一:强制连接

apt-get install blueranger

hciconfig

hcitool scan

 

blueranger.sh hci0 28:**:**:**:**:FB

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM