How you can Hack Facebook/gmail,etc ( Using Social Engneering Toolkit)



Did you know, you can just actually hack any facebook account just by using a fake webpage. This method is so simple that anyone with little knowledge in computer can hack anyone's facebook/gmail account. In this tutorial we will use Social Engineering tool i.e Credential Harvester attack in kali linux.
All you need to do is follow the tutorial as it is to see the Credentials Harvester into the action.



Basic Blueprint of our Hack


1. Create a fake facebook/gmail login page.
2. Send this page's link to your victim and make your victim to login facebook/gmail from your page. In other words, this is called Social Engineering Attack. This social engineering attack is all about how you make your victim to do all the stuffs.
  
3. When the your victim login you'll get her/his username and password
  

Prerequisite:


1. A computer with kali linux or any other linux distro either in virtual machine or real machine.

2. And nothing more......

So, let's get started

Make sure to follow the following steps 


I want to warn you that hacking anyone's facebook /gmail account is strictly forbidden by law. This tutorial is only for education purpose and the content writer is not responsible for any illegal act. This is tutorial is strongly supposed to be informative. Copyright: techcsnerd.blogspot.com (Sushil Khadka)

Steps



Step 1:  Launching Social Engineering Tookit  
                                                                First you have to launch Social Engineering Toolkit (SET)  'cause this is the main tool we'll be using. So, to open SET first open your Terminal, In terminal Type the command below and make sure to remove " sign as displayed in the screenshot. After typing "setoolkit" hit enter to execute your command. And enter "y" to agree the SET's terms and conditions.
  

"setoolkit



   
Then you'll be on the screen of SET...as shown in screenshot below.
In this step, you've successfully launched Social Engineering Toolkit(SET)


Step 2: Type 1 and hit enter to select the first option.

          


In this window, type 2 to execute second option from menu.
Next, you'll be promoted to this window:

Type 3 to select third option.
Again type 2 to select the second option called " Site cloner"
And then this will ask you to enter your IP adress as like in the image:


If you don't know your ip adress then follow the step 3 to find your ip adress.


Step 3: In this step , you'll be finding  ip adress of your own.

first open new terminal without quitting the previous one.

copy and paste the command:


ifconfig | grep -w inet | awk '{ print $2}'
 
 

  and then hit enter.
 Then you'll see two lines of numbers such that:

192.168.xxx.xx
127.x.x.x

copy the first one which is your private ip adress.



Step 4:

          Paste your ip adress in you're previous terminal and then hit enter.
           And then it will ask to enter the URL to clone. Here, Enter "www.facebook.com" / "www.gmail.com" make sure to remove " sign.  And hit enter. This could take a little bit of time. But don't worry this wont take more than a minute.

All the stuff is Done. You've successfully created a fake facebook/gmail login page under the link of you're ip adress.

Step 5: Shorten your ip address with www.tinyurl.com and send it to the victim. When the victim open the link and enter the login details , you will get the username and password in a harvester text file which is located at Places > Computer > VAR > WWW. 


Note: This method will only work when you and your victim are in same LAN (WIFI). This won't work when your victim is in another network.
Thank you for reading this blog. Hope you find this informative. 


We'd love to hear your views on this. Share your view and opinion with us through comment.

If you like this share this.....



                                                                    article writter: Sushil khadka







Comments

Popular posts from this blog

How to install TheFatRat on Kali Linux To make a Backdoor with FatRat

How to Take Screenshot in Linux(All distros including Kali)