Inspiration

SQL injection game as first step towards contributing to GHW for Major League Hacking 2024

What it does

Designing a simple game where users can practice SQL injection techniques to bypass a login system but it's suitable for first time coders as well

How we built it

Here's a basic outline of what the game could look like:

1)Setup the Database: Start by creating a simple SQLite database with a user table that contains usernames and passwords. 2)Create a Login System: Write Python code to simulate a login system where users input their username and password. 3)Implement the Injection Vulnerability: Introduce a vulnerability in the login system by concatenating user inputs directly into SQL queries, making it susceptible to SQL injection. 4)User Interaction: Allow users to interact with the login system and attempt to bypass it using SQL injection techniques.

Built With

Share this project:

Updates