kali linux 2023

安装依赖(记得使用root用户搭建环境)
1、apt-get update
2、apt install ubertooth

更新共享库缓存
3、ldconfig

安装 Ubertooth 工具和驱动程序
4、插入Ubertooth One工具


5、ubertooth-util -v
备注:出现Firmwate version后才是识别到了蓝牙工具。

6、ping github.com

7、wget https://github.com/greatscottgadgets/libbtbb/archive/2018-12-R1.tar.gz
备注:可能会出现报错,多执行几次。

8、ls(查看文件),tar -xf ./2018-12-R1.tar.gz(解压文件

9、cd ./libbtbb-2018-12-R1

10、mkdir build

11、cd ./build

12、cmake …

13、gcc

14、sudo apt install libusb-1.0-0-dev

15、sudo apt install libbluetooth-dev

16、sudo apt install -y pkg-config

17、apt install gcc

18、cmake …

19、make -j8

20、make install

配置参数测试环境
21、wireshark

22、 选择Capture

23、Manage Interfaces

24、新打开一个终端,输入:mkfifo /tmp/pipe

25、回到配置参数这里,选择Pipes,输入 /tmp/pipe

26、检查一下有没有这个路径,看到/tmp/pipe才是加入配置成功,点击Start

27、Ubertooth-btle -f -c /tmp/pipe
备注:回到终端页面执行命令,看到下图才是环境搭建成功


Ok,完成。







![[LeetCode周赛复盘] 第 371 场周赛20231112](https://img-blog.csdnimg.cn/e9219d59510546c188e6f0e0b8d98b00.png)











