Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.63 KB

README.md

File metadata and controls

55 lines (34 loc) · 1.63 KB

Camera Hacking through Tetris

Introduction

Camera Hacking through Tetris is an educational project that demonstrates potential vulnerabilities in web camera systems. The project showcases how a Tetris game might be exploited to gain unauthorized access to a web camera. This project is strictly for learning and research purposes, and not intended for any malicious activities.

Features

  • Simulates web camera access through a Tetris game interface.
  • Demonstrates potential attack vectors on improperly secured systems.
  • Includes detailed comments for educational purposes.

Disclaimer

This project is for educational purposes only. Unauthorized access to devices and systems is illegal and unethical. Misusing this code can lead to serious legal consequences. By using this project, you agree to be responsible for your actions and to follow all applicable laws. See the full disclaimer here.

Requirements

  • Python 3.x
  • OpenCV
  • PyGame or Pyglet (for Tetris game simulation)
  • Additional dependencies listed in requirements.txt

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/camera-hack.git
    cd camera-hack
    
  2. Install dependencies:

    pip install -r requirements.txt
    
  3. Run the Tetris game with camera access:

    Linux (Unix):

    python3 tetris.py

    Windows:

    python tetris.py
    

Contributing

Contributions to improve the educational aspects of this project are welcome. If you have suggestions or find issues, feel free to create a pull request.

License

This project is licensed under the MIT License.