Matheus-Garbelini / braktooth_esp32_bluetooth_classic_attacks

A Series of Baseband & LMP Exploits against Bluetooth Classic Controllers
https://braktooth.com
448 stars 85 forks source link

wdissector.tar.zst can't be decompressed #10

Closed yangting111 closed 2 years ago

yangting111 commented 2 years ago

1665131215002

Matheus-Garbelini commented 2 years ago

Hi @yangting111 have you installed zsyt first? You can install it with: sudo apt install zstd before extracting the file. You can also download the package via Github releases instead of cloning the repository: https://github.com/Matheus-Garbelini/braktooth_esp32_bluetooth_classic_attacks/releases/download/v1.0.1/release.zip

yangting111 commented 2 years ago

Thank you for your reply!The result is shown as follows: 1665131686790

Matheus-Garbelini commented 2 years ago

Thanks @yangting111 can you try with this instead: https://github.com/Matheus-Garbelini/braktooth_esp32_bluetooth_classic_attacks/releases/download/v1.0.1/release.zip

After download you can unzip it unzip release.zip && cd release then run again tar -I zstd -xf wdissector.tar.zst

yangting111 commented 2 years ago

Thank you very much for helping me solve this problem.