Skip to content

Decode keystroke information for Bluetooth wireless keyboard.

Notifications You must be signed in to change notification settings

BaiHLiu/Bluetooth-UsbKeyboardDataHacker

 
 

Repository files navigation

加入对蓝牙键盘流量的支持

python BlueToothUsbKeyboardHacker.py data.pcap


以下为原项目说明

Usage

Usage : 
        python UsbKeyboardHacker.py data.pcap
Tips : 
        To use this python script , you must install the tshark first.
        You can use `sudo apt-get install tshark` to install it
Author : 
        WangYihang <[email protected]>
        If you have any questions , please contact me by email.
        Thank you for using.

Example

Step1: Get data

sun@ubuntu:~/UsbKeyboardDataHacker$ tshark -r ./example.pcap -T fields -e usb.capdata
00:00:09:00:00:00:00:00
00:00:00:00:00:00:00:00
00:00:0f:00:00:00:00:00
00:00:00:00:00:00:00:00
00:00:04:00:00:00:00:00
00:00:00:00:00:00:00:00
00:00:0a:00:00:00:00:00
00:00:00:00:00:00:00:00
20:00:00:00:00:00:00:00
20:00:2f:00:00:00:00:00
...

Step2: decode

sun@ubuntu:~/UsbKeyboardDataHacker$ python UsbKeyboardDataHacker.py ./example.pcap 
[-] Unknow Key : 01
[-] Unknow Key : 01
[+] Found : flag{pr355_0nwards_a2fee6e0}

Additional Video

Acknowledgment

About

Decode keystroke information for Bluetooth wireless keyboard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%