[TuT]See passwords behind stars!
2 posters
Page 1 of 1
[TuT]See passwords behind stars!
Hello guys,
I am going to show you in a short tutorial how to read out a password of a web browser.
Example:
[You must be registered and logged in to see this link.]
Username: [You must be registered and logged in to see this link.]
Password: **
What's my password?
Alright, now you could read out the **-stuff with a simple javascript code.
All you need is to copy & paste it in the URL-address bar.
Delete [You must be registered and logged in to see this link.] and paste the code into it.
Enjoy...!!!
I am going to show you in a short tutorial how to read out a password of a web browser.
Example:
[You must be registered and logged in to see this link.]
Username: [You must be registered and logged in to see this link.]
Password: **
What's my password?
Alright, now you could read out the **-stuff with a simple javascript code.
- 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.");})();
All you need is to copy & paste it in the URL-address bar.
Delete [You must be registered and logged in to see this link.] and paste the code into it.
Enjoy...!!!
Re: [TuT]See passwords behind stars!
hi thanks for the code but its not working on modems username&password page (echolife bm632w)
the password is like black dots
can u help me to see that
the password is like black dots
can u help me to see that
Crim3R- Posts : 2
Points : 2
Join date : 2012-05-11
Location : 34RTH
Similar topics
» [TUT] Hacking Admin Passwords of any Operating system!!
» Hacking Admin Passwords of any Operating system!!
» Hacking Admin Passwords of any Operating system!!
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum