## https://sploitus.com/exploit?id=0CF22E77-69CF-5381-99B9-FA46DAC954C6
# SQL-Injection
This project, developed in VS Code using JavaScript (Node.js), demonstrates the mechanics and remediation of SQL Injection (SQLi). It features a vulnerable backend where raw inputs allow authentication bypass and data extraction, alongside a secured version patched with parameterized queries to show effective defensive coding.