cagerton / master_lock_api

Research into the security of the Master Lock Bluetooth Smart Padlock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

# Create virtual environment
python3 -m venv venv
# Activate virtual environment (Linux)
source ./venv/bin/activate
# Activate virtual environment (Windows)
.\venv\Scripts\Activate.ps1
# Install dependencies
pip install -r requirements.txt
# Go!
python3 -m master_lock_api --help

About

Research into the security of the Master Lock Bluetooth Smart Padlock


Languages

Language:Python 100.0%