Skip to content

A program that hacks the web camera installed in the Tetris game

Notifications You must be signed in to change notification settings

rozievich/camera-hack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A program that hacks the web camera installed in the Tetris game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages