This is a simple Python bot application vulnerable to SQL Injection attacks. The project consists of two main scripts: create_db.py and bot.py.
This project demonstrates a basic example of a bot application that is vulnerable to SQL Injection attacks. The application uses SQLite as its database and is designed for educational purposes to help understand the risks associated with improper input validation and handling in applications.
- Python 3.x
- SQLite
- Clone the repository:
git clone https://github.com/yourusername/sql-injection-bot.git- Create the database using create_db.py:
python create_db.py
Run the bot:
python3 bot.pyThis application intentionally contains vulnerabilities. It should only be used for educational purposes in controlled environments. Running this application in a production environment or on public networks can expose your system to security risks.
Contributions are welcome! If you find any issues or want to improve the project, feel free to submit a pull request.
This project is licensed under the MIT License.
