Skip to content

aydinnyunus/gateCracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GateCracker 🤖

Find default passwords on Smart Locks in Turkey

Blog Post: https://aydinnyunus.github.io/2022/01/07/bypassing-door-passwords/

Prerequisites

Before running gateCracker, you need to set up and run the REST API server:

  1. Clone the REST API repository: git clone https://github.com/aydinnyunus/gateCracker-REST.git
  2. Navigate to the REST API directory: cd gateCracker-REST
  3. Install dependencies: go mod tidy
  4. Run the API server: go run main.go
  5. The API will be available at http://localhost:8080

How to run the project? 🤔

  1. Clone github repository in your local system: git clone https://github.com/aydinnyunus/gateCracker.git
  2. Move in gateCracker repository: cd gateCracker
  3. Create new virtual python environment: python3 -m venv venv
  4. Activate virtual python environment: source venv/bin/activate (Linux/Mac) or venv\Scripts\activate (Windows)
  5. Install all the libraries mentioned in requirements.txt using: pip install -r requirements.txt
  6. Make sure the REST API server is running on http://localhost:8080 (see Prerequisites above)
  7. Run Python file: python main.py

Directory Tree 🌵

.
├── images
│   ├── website.png
├── README.md
├── requirements.txt
└── main.py

ScreenShot 📸

1). This is the Main Page of the website. Select your model on the Select Box Menu.

github-small

Blog Post

Bug / Feature Request 👨‍💻

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.

Connect with me! 🌐

Releases

No releases published

Packages

 
 
 

Contributors

Languages