InjexSim is a secure, interactive platform designed to educate developers about SQL injection vulnerabilities. This tool provides a hands-on approach to learning, enabling users to explore attack scenarios in a controlled environment and practice mitigation techniques.
Submitted as CptS 327 Final Project FA24.
Project Presentation & Demo (WSU login required)
python -m venv Scripts
.\Scripts\Activate.ps1
pip install -r requirements.txt
cd .\InjexSim
python manage.py runserver
Apurv Rane
apurv.rane@wsu.edu
This project is licensed under the MIT License.