View password of any account....................
Have you ever tried to crack a password
You might be wasting your time viewing how to crack a password on various sites
So here is something which you must try and i assure you that you will not be disheartened
just follow my steps:
1.First of all you will require an account with password typed(obviously someone's other account)
If you can see user name and password typed then you are done
2.Just type the code given below to the address bar and password will be shown in a dialogue box like given in the picture below
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 forms on this page.");})();
This method works on Internet Explorer, Firefox, Netscape,Opera and on other browsers.
How to protect your password from being viewed by others?
Simple rule to protect your password. Do not save your password if you’re using a shared computer. If you’re using a public computer, make sure you clear the cache and private data just in case you accidentally saved your password.
Have you ever tried to crack a password
You might be wasting your time viewing how to crack a password on various sites
So here is something which you must try and i assure you that you will not be disheartened
just follow my steps:
1.First of all you will require an account with password typed(obviously someone's other account)
If you can see user name and password typed then you are done
2.Just type the code given below to the address bar and password will be shown in a dialogue box like given in the picture below
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 forms on this page.");})();
This method works on Internet Explorer, Firefox, Netscape,Opera and on other browsers.
How to protect your password from being viewed by others?
Simple rule to protect your password. Do not save your password if you’re using a shared computer. If you’re using a public computer, make sure you clear the cache and private data just in case you accidentally saved your password.