Skip to main content

How to Hack Facebook Accounts with Backtrack 5

How to Hack Facebook Accounts with Backtrack 5

Note: This guide is only for knowledge purpose

Step 1 : Open set Tool in Backtrack 5 : To open go to start-exploitation tools-social engineering tools-social engineering toolkit-Set .

Step 2 : Time to set the Website Attack Vectors : Below Menu   enter your choice : 2.Website Attack Vectors and press Enter .
 
Step 3 : Select your Attacking Method , choose 3. Credential Harvester Attack Method.
 
Step 4 : Select Attack Vectors :write  2. Site Cloner and press enter.
 
Step 5: Enter the Url: To make a clone to facebook login page I entered https://www.facebook.com and press enter . As I press enter it will automatically generate a clone page .
 
Step 6 : To continue the process you have to put * sign and press enter.
 
Step 7 : Process will continue.
 
Step 8: Open terminal and enter ifconfig command . It will shown your ip address . Now copy the ip address 
 
Step9 :Open Web Browser and  Paste the system ipaddress into Address bar and it will redirect to the facebook login page .
Now Enter your anything to check it will work or not . 
FOR EXAMPLE: 
Email : ehacking@ehacking.com
Password:ehacking
 
And Press Enter.
 
Step 10 : In step 7 the process start you remember now when you follow step 8 and step 9  ,then it will come up with  all the details of Username and Password . 
 
In this way we can hack victim facebook and password only on Backtrack 5
 
 
 
 
 
 
 

 

Comments

Popular posts from this blog

IBM iAccess for windows 7.1 "a system restart is pending" error

 IBM iAccess for windows 7.1 "a system restart is pending" error HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager 1. Look for the following key:  PendingFileRenameOperations or   FileRenameOperations ** 2. Right-click ->  Rename . 3. Add a prefix ### and press Enter. 4. Close regedit and attempt the installation.  Note:  Make sure to go back and remove the ### prefix. The installation should continue.

Webex always using Microphone

 Webex always using Microphone 1). Navigate to Webex settings 2). Devices - Use Ultrasound 3). Remove ticket "Use Ultrasound"

Your organization manages updates on this PC

 Your organization manages updates on this PC We can disable updates from SCCM/WSUS for time being by using below command $currentWU = Get-ItemProperty -Path “HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU” -Name “UseWUServer” | select -ExpandProperty UseWUServer Set-ItemProperty -Path “HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU” -Name “UseWUServer” -Value 0 Restart-Service wuauserv Once required updates are installed on Laptop switch back to previous settings Set-ItemProperty -Path “HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU” -Name “UseWUServer” -Value $currentWU Restart-Service wuauserv