mikeryan/crackle

Decrypted But Cannot View Input Data

Closed this issue · 1 comments

I have captured the entire pairing process and decrypted the capture successfully but I can't view the data entered on the device by the user?

decrypted_logitech - full pairing.pcapng.txt

Load your file in Wireshark and filter using "btatt". The final four displayed packets are "Human Interface Device: Report". These are HID reports that contain whatever keystrokes the user typed. You will need to build some kind of HID decoder to parse these.