TryHackMe - Content Discovery
⚡sqlinjection is an attack on a web application database server that causes malicious queries to be executed
⚡Statement used to retrieve data - SELECT,
âš¡ Statement used to get DATA from multiple tables - UNION
âš¡ Statemnet to add DATA - INSERT
In-Band SQL Injection for injection vulnerability are (In-Band, Blind and Out Of Band)
🔴 REMEDIATION method - Prepared Statements (With Parameterized Queries), Input Validation, Escaping User InputÂ