crackle: add page (#13425)

This commit is contained in:
Juri Dispan 2024-08-10 16:43:37 +02:00 committed by GitHub
parent 3eb23cce9b
commit 162a188102
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

16
pages/common/crackle.md Normal file
View File

@ -0,0 +1,16 @@
# crackle
> Crack and decrypt Bluetooth Low Energy (BLE) encryption.
> More information: <https://github.com/mikeryan/crackle>.
- Check whether the recorded BLE communications contain the packets necessary for recovering temporary keys (TKs):
`crackle -i {{path/to/input.pcap}}`
- Use brute force to recover the TK of the recorded pairing events and use it to decrypt all subsequent communications:
`crackle -i {{path/to/input.pcap}} -o {{path/to/decrypted.pcap}}`
- Use the specified long-term key (LTK) to decrypt the recorded communication:
`crackle -i {{path/to/input.pcap}} -o {{path/to/decrypted.pcap}} -l {{81b06facd90fe7a6e9bbd9cee59736a7}}`