Friday, 17 February 2012

See your passwords in hidden dots!!!


Now you can see your secret password online of any site which is in hidden dots.


Lets start our work.


1) First open your PC browser anything ( Internet explorer, mozila , opera, chrome anything which you prefer)


2) Now open a site which needed login and password.


For Example - I open gmail in chrome.


3) now we have to test this trick. So type anything in login and password.
here I type myemail@gmail.com
and type password secretpswd








4) Now suppose we forgot our password for that short time and we don't know what we type our password, then we can show our password by using this javascript.


the code is below


javascriptfunction(){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:nn" + s); else alert("There are no passwords in forms on this page.");})();




6) Now copy this java-script code and paste it in your browser's address bar
and press Enter.


6) Magic!!!!!!!! You can see your password.


You can bookmark this javascript for future use.


Hope U like it.



No comments:

Post a Comment