- Find default passwords on Smart Locks in Turkey
- 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
- Install all the libraries mentioned in requirements.txt using
pip install -r requirements.txt
- Run Python file
python main.py
.
├── images
│ ├── website.png
├── README.md
├── requirements.txt
└── main.py
2 directories, 16 files
https://share.streamlit.io/aydinnyunus/gatecracker/main/main.py
1). This is the Main Page of the website. Select your model on the Select Box Menu.
https://sockpuppets.medium.com/bypassing-door-passwords-4004b8d7995
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.
It is my first application with GUI.Thank you !.