Skip to main content

Hack facebook account and Gmail account using Backtrack 5

Hack facebook account and Gmail account using Backtrack 5

Note: This guide is only for knowledge purpose

                                                I am going to show you how to hack facebook account using backtrack 5. So just follow the simple steps.
Open your backtrack 5’s terminal and type cd /pentest/exploits/set
Now Open social Engineering Tool kit (SET) ./set
Just hit ENTER and SET will Open ,
Now just select 1st option (1 Social-Engineering Attacks) and hit enter after that 2nd number website attack vectors

Now Just select 4th Option “Tabnabbing Attack Method” and Hit ENTER
Then select 2nd option “Site Cloner” and Hit ENTER
Now here you need to add the URL of Facebook (if you want to hack gmail then just add the gmail’s URL)
Now just hit the enter.
Open new terminal and just type ifconfig and hit ENTER
Now just copy this IP address and open it in Browser.
Now here I am just typing test email and password to see whether it works or not.
Now just hit enter and switch back to our terminal and we found the Email and password !

This tutorial is just educational purpose only.
 

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