- Hello everyone, this blog is related manual SQL injection.
Step 1:
First you have to open your target website, here we are going to perform manual SQL injection on .pk website.
Website:www.sample.com
Step:1
First we have to check that this website is inject or not (add ' after URL)
Now we have to check available tables in website using given SQL query
“order by”
Step:3
Now using the union select query. add - before id number
Now using union select group concat query we got the following database tables details.
Step:6
Now using union select group concat query we got the following database tables columns details.
Huh! SQL
Injections are all about guess & try. It could take a lot of trial &
error to get that perfect query.