Posts

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. ...

Social Phish for Hacking Instagram or Facebook Account

Image
 Social Phish for Hacking Instagram or Facebook Account   Here we will see how we can hack Instagram or Facebook account using Social Phish on Kali linux .   Requirments  1. Kali Linux installed system 2. Victim  3. A little bit social-engineering. Step 1 Open terminal on your kali-linux and type the following commands: a). git clone https://github.com/xHak9x/SocialPhish.git  (To get socialphish on your machine)   b). cd SocialPhish (change the directory to socialphish)   c). chmod +x socialphish.sh (To change permission)   d). ./socialphish.sh (To launch the programe)   Once you type in the above mentioned commands you will see this on your screen.   Now we need to choose any option lets say 01 or 02. We can choose any mentioned in the list. Here I will select Instagram and I will mention 01.   Once we select we will get the following 2 options. 1. Serveo.net 2. Ngrok  Now select 02 and press enter and once you type in 02...