Find default passwords on Smart Locks in Turkey
Blog Post: https://aydinnyunus.github.io/2022/01/07/bypassing-door-passwords/
Before running gateCracker, you need to set up and run the REST API server:
- Clone the REST API repository:
git clone https://github.com/aydinnyunus/gateCracker-REST.git - Navigate to the REST API directory:
cd gateCracker-REST - Install dependencies:
go mod tidy - Run the API server:
go run main.go - The API will be available at
http://localhost:8080
- Clone github repository in your local system:
git clone https://github.com/aydinnyunus/gateCracker.git - Move in gateCracker repository:
cd gateCracker - Create new virtual python environment:
python3 -m venv venv - Activate virtual python environment:
source venv/bin/activate(Linux/Mac) orvenv\Scripts\activate(Windows) - Install all the libraries mentioned in requirements.txt using:
pip install -r requirements.txt - Make sure the REST API server is running on
http://localhost:8080(see Prerequisites above) - Run Python file:
python main.py
.
├── images
│ ├── website.png
├── README.md
├── requirements.txt
└── main.py1). This is the Main Page of the website. Select your model on the Select Box Menu.
- Medium: https://sockpuppets.medium.com/bypassing-door-passwords-4004b8d7995
- GitHub Pages: https://aydinnyunus.github.io/2022/01/07/bypassing-door-passwords/
If you find a bug (the application couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.
If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.
