Get me outta here!

Monday 9 December 2013

Reveal *****(Asterisk) Passwords Using Javascript

"Reveal Asterisk Password Using Javascript"







Is it is possible to reveal by using only simple Javascript ..?


The Answer is YES it is possible just copy this few lines into your browser & Hit Enter then the password will show ..!!

Follow this simple procedure to get passwords that you have entered.

1. Open the Login Page of any website. (eg.http://mail.yahoo.com/,mail.google.com)

2. Type your 'Username' and 'Password'.

3. Copy and paste the JavaScript code given below into your browser's address bar and press 'Enter'.

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

When you copy and paste..
javascript: may not allowed to copy...therefore please write javascript: before

If you cannot copy code on this page
CLICK HERE TO COPY YOUR CODE

4. As soon as you press 'Enter', A window pops up showing Password typed by you..!