The interactions in this eCourse require Javascript to be enabled.
Examples of First Order SQL Injection Attack
UNIONS
added to an existing statement to execute a second statement
Subquery added to an existing statement
Existing SQL short-circuited to bring back all the data (for example, adding a query condition such as
OR 1=1
)