Posts

Showing posts from September, 2020

Hacking a website using SQL injection (Using SQL Map)

Image
In this tutorial we will learn how easy it is to hack a website using SQL map script . 💻 The only required thing to conduct this attack is SQL map script. You can download that from: http://sqlmap.org/ Before beginning the first thing we have to check is if the website is vulnerable for SQL injection attack or not. Here Google will be our friend. We can search the following in order to get websites to check the vulnerability for attack. inurl:.php?id= site:.bd We can use .bd to search for bangladesh websites, .pk for Pakisthani websites, .in for Indian websites etc. In this I have taken a .bd website and I received the following outcome. Lets open the first result and after the url put a ' and hit enter. If you get an error the website is vulnerable for SQL injection attack. For this website I got the error. Lets begin the attack and navigate to the folder in which we have the SQL map script. If your script is on the desktop or Downloads you have to change the directory to start.