Create your own SQL Injection string

Hi guys,

In this short article, I'm gonna cover how you can create our very own SQL injection string.
In last article , we already covered that how we can divide a simple SQL string into two parts and can manipulate the other part so that it can give desired output.
The second half of terminated string can be used in anyways, like
'OR'1'='1'
"OR"A"="A"

or something more.

With a basic knowledge of SQL sting, it will all start making sense.

Keep digging. Feel free to write me if you need any help. :)

Previous
Next Post »