https://github.com/algorithmalchemy/sqlitrainer
https://github.com/algorithmalchemy/sqlitrainer
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/algorithmalchemy/sqlitrainer
- Owner: AlgorithmAlchemy
- License: apache-2.0
- Created: 2025-01-18T20:19:50.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-18T20:38:17.000Z (5 months ago)
- Last Synced: 2025-02-01T15:15:59.842Z (5 months ago)
- Language: HTML
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQLiTrainer - SQL Injection Training Platform
🔒 **SQLiTrainer** is an open-source project designed to help developers and security enthusiasts learn about SQL injection vulnerabilities in web applications. It provides a safe environment to practice and understand SQLi techniques in a controlled setting, enabling users to improve their skills in securing web applications against SQL injection attacks.
---
## 🚀 Features
- **SQL Injection Practice**: Learn and practice SQL injection attacks and defenses in a safe, controlled environment.
- **Interactive Training**: Hands-on experience with vulnerable applications to understand different SQL injection techniques.
- **Open Source**: Fully open-source, free for anyone to use, contribute, and enhance.
- **Easy Setup**: Quick and easy to get started with a simple local development environment.---
## 🛠️ Installation
To set up the **SQLiTrainer** on your local machine, follow these steps:
1. **Clone the repository**:
```bash
git clone https://github.com/AlgorithmAlchemy/SQLiTrainer.git