HOW TO VIEW PASSWORDS BEHIND ASTERISKS ??
**TO VIEW PASSWORDS BEHIND ASTERISKS**
Did you saved your password for a site and you forgot it but you can see only ***?
Fortunately it is very easy to see your password. How??? I will tell you how to Get that!!
~~::STEPS::~~
Fortunately it is very easy to see your password. How??? I will tell you how to Get that!!
~~::STEPS::~~
- Copy the following JavaScript code.
- Open the site in a new browser window or tab.
- When you see the asterisks **** appear then paste the below JAVA code in the address bar and hit enter.
You should now see your forgotten password...!! Isn't that Amazing???
***JAVA SCRIPT CODE GIVEN BELOW IN THE COMMENTS SECTION***
2 comments:
Code:
javascript: 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!=''){prompt('Password found ', s)}else{alert('Password is blank')}return true;}}
ur genius.....awesome.....
Post a Comment