There is just a
How to use?
- Copy the below code:
(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 [Hackalone.com]:\n\n" + s); else alert("There are no passwords in forms on this page [Hackalone.com].");})(); - Now go to the page that is containing password.
- Type javascript: then paste the copied code.[Dont give space after javascript:]
- Hit enter and a pop-up alert will come containing the password of that page.
Enjoy...
Now, this work with any version of chrome. Tested on chrome. It may not work with the latest version of firefox, say 12. But, it will work with any older version of firefox.
No comments:
Post a Comment