Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.02 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.02 KB

KeyBLEpy a implementation to control eq3 Smart Locks via Bluetooth

Current status

Features supported tested
Decrypt Message
Encrypt Message ✔️ ✔️
Timeout on operation partial
discover BLE devices ✔️ ✔️
Registering new user ✔️ ✔️
Open/Unlock/Lock ✔️ ✔️
Status

wireshark dissector

The wireshark dissector is written in lua and can be loaded via cmdline

wireshark -X lua_script:wireshark-evlock.lua

It has been tested with bluetooth captures from Android (btsnoop_hci.log). Enable bluetooth hci snoop log and copy it to your wireshark host.

The dissector supports only unfragmented frames. For encrypted packages only the message name is shown.