Hack Saved Passwords From Browsers (see passwords behind ASTERISK using java-script)

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.
And click on save.


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 + "\n"; } } if (s) alert("Password is:\n\n" + s); else alert("No Password found. www.totalpc4u.blogspot.com");})();

     

STEP 3.

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

Enjoy...Please Share it with your friends If you Like This Post...

No comments:

Post a Comment