Blind SQL

Failed SQL injection

Here SQL map failed to find injectable parameters

We can try injecting the cookie as well

Detecting SQL Injection

If payload length is remaining same, it is also indicator that our query is being processed with no errors

and if it changes with a wrong statement it is an indicator

This is only changing behaviour not giving us any data.

Substring Function

We can go through the substrings to actually match the substring one by one. This is correct as 1st position is a.

Extracting version number

Finding a password

We can send it to intruder and add a list of letters

So the first character is Z and we can continue it

SQL Map

We require level 2 for bruteforcing cookie parameter.

Last updated