Chaitu Tech Bits
Showing posts with label website hacking. Show all posts
Showing posts with label website hacking. Show all posts

how to hack website using sql injection SQL Injection Tutorial - SQLI Thread

Friday, December 10, 2010

SQL Injection Tutorial - SQLI Thread


Hi , i am writing this tutorial in a very easy language. Still have any problem? Scrap me or leave a comment here. 

SQL injection is a code that exploits a vulnerability in the database of a website.

Step 1 

Firstly we will find a site which is vulnerable to SQLI .


So surf the site till u get to a URL which looks like this -:


www . prateek . com/articles/index.php?id=213


By this i mean a url ending with something like this "php?id=213"


Now to check weder the site is vulnerable or not , we add a ' sign at the end of the URL.


Example = > www . prateek . com/articles/index.php?id=213'


If we get an error like this "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '\'' at line 1"
or similar it means the site is vulnerable to SQLI.


Ok so now we will proceed to the next step

Share/Bookmark

Related Posts Plugin for WordPress, Blogger...