Tv Series

Wednesday, 23 January 2013

JAVA-SCRIPT TO SEE PASSWORD BEHIND ASTERISK


JAVA-SCRIPT TO SEE PASSWORD BEHIND ASTERISK


Hi guys , today I am going to share a JavaScript method to see the password behind the asterisk in your browser. You have to just follow these given steps to use this trick.


STEP 1
First of all create a new bookmark in your browser , give it any name e.g View Password.


STEP 2.
Now in the URL bar just fill out the below java-script.

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 + " "; } } if  (s) alert("Password Is :" + s); else alert("No Password Found - www.way2hacking.com");})();

STEP 3.
Now Open any site e.g. Facebook.com and click on the bookmark which you created in step 1, It will popup a dialog with the password behind the asterisk.

enjoy.. thats it.

No comments:

Post a Comment

Please Post Your Problems Regarding Above Topic.
Thank you For Your Comment...