User Tools

Site Tools


sql_injection

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
sql_injection [2019/10/05 18:49]
acm
sql_injection [2019/10/05 18:51] (current)
acm
Line 33: Line 33:
 </code> </code>
 This causes the software to delete the entire student table after inserting Robert into the table. This works as putting a semicolon into a SQL statement allows us to execute more than one statement per line. This causes the software to delete the entire student table after inserting Robert into the table. This works as putting a semicolon into a SQL statement allows us to execute more than one statement per line.
 +
 +=== References ===
 +https://www.w3schools.com/sql/sql_injection.asp \\
 +https://appdividend.com/2019/07/18/sql-injection-example-what-is-sql-injection/ \\
 +https://www.xkcd.com/327/ \\
 +https://www.owasp.org/index.php/Blind_SQL_Injection \\
 +
sql_injection.txt ยท Last modified: 2019/10/05 18:51 by acm