This is a simple Python-based game where users can practice SQL injection techniques to bypass a login system.
- Simulated login system vulnerable to SQL injection.
- Users can attempt to bypass the login system as an admin without knowing the password.
- Basic scoring system to track the number of attempts made.
- Clone the repository.
- Run the SQL script to create the SQLite database (
create_database.sql
). - Run the Python script (
sql_injection_game.py
) to start playing.
- Python 3.x
- SQLite 3
- Open a terminal or command prompt.
- Navigate to the directory containing the Python script.
- Run the script using the command:
python sql_injection_game.py
.
Contributions are welcome! Please feel free to submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.