SQL Injection

Detect Injection

Enter single or double quotes. Look for errors.

Union Payloads

jeremy' OR 1=1#

or following depending upon the underlying database

jeremy' OR 1=1 -- -

Determine the number of columns

Keep increasing this null till the time we have some results.

Query the Version

Seeing table names

Getting Values from a table

We need to know both the table name and column name.

URL Encoding

In burp we can use ctrl+u to URL encode

CTRL+SHIFT+U to decode

Last updated