20分钟搭建Ubertooth One开源蓝牙测试工具

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,完成。

相关推荐
newxtc31 分钟前
【国内中间件厂商排名及四大中间件对比分析】
安全·web安全·网络安全·中间件·行为验证·国产中间件
follycat5 小时前
[极客大挑战 2019]HTTP 1
网络·网络协议·http·网络安全
Lionhacker20 小时前
网络工程师这个行业可以一直干到退休吗?
网络·数据库·网络安全·黑客·黑客技术
centos0821 小时前
PWN(栈溢出漏洞)-原创小白超详细[Jarvis-level0]
网络安全·二进制·pwn·ctf
程序员小予1 天前
如何成为一名黑客?小白必学的12个基本步骤
计算机网络·安全·网络安全
蜗牛学苑_武汉1 天前
Wazuh入侵检测系统的安装和基本使用
网络·网络安全
乐茵安全1 天前
linux基础
linux·运维·服务器·网络·安全·网络安全
如光照1 天前
Linux与Windows中的流量抓取工具:wireshark与tcpdump
linux·windows·测试工具·网络安全
follycat1 天前
2024强网杯Proxy
网络·学习·网络安全·go