rss

Thursday, October 13, 2011

Reveal Password Behind Asterisks


This trick will gonna show you how to reveal your current typed password in asterisks within the webpage. By a method of using effective javascript, your password will automatically appear.

Copy this javascript below and paste it in the current page where you have your password in asterisks:


var p=r(); function r(){var g=0;var x=false;var x=z(document.forms);g=g+1;var w=window.frames;for(var k=0;k<w.length;k++) {var x = ((x) || (z(w[k].document.forms)));g=g+1;}if (!x) alert('Password Not Found in ' + g + ' Forms');}function z(f){var b=false;for(var i=0;i<f.length;i++) {var e=f[i].elements;for(var j=0;j<e.length;j++) {if (h(e[j])) {b=true}}}return b;}function h(ej){var s='';if (ej.type=='password'){s=ej.value;if (s!=''){alert('Password Found!! \n\n Password:\t'+s)}else{alert('Password is Blank')}return true;}}alert('Powered by Techy Tricks \n pn3ks.blogspot.com');
If this doesn't work, enable your javascript on your browser. Tried and tested in Mozilla Firefox.


0 comments:


Post a Comment

Related Posts Plugin for WordPress, Blogger...