February 2019
Beginner to intermediate
366 pages
7h 49m
English
In this module, we will see how to perform tests to verify if the application's authentication page is vulnerable to SQL injeciton. We will first understand how SQL injection affects the login page, what is the background logic to it, and how it executes and allows us to log in. Then we will test a few applications and see if the application is vulnerable to SQL injection or not.
The magic strings to test for SQL injection on the login page have the same logic but are represented differently due to validations. The whole aim is to try to come out of the input field of the SQL syntax and try to execute the payload as a part of the SQL query, which will result to true. For example, a few samples ...