See passwords behind stars!


how to read out a password of a web browser.

Example:

http://www.gmail.com

Username: example@gmail.com
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 http://www.gmail.com and paste the code into it.

0 comments:

Post a Comment

Please Like this Page & Encourge

Term of Use

This blog does not host any of the files mentioned on this blog. This blog only points out to various links on the Internet that already exist and are uploaded by other websites or users there. If you have any clarifications to be made or If you find any contents in this site which you think can be offensive contact me at "boorla.pradeepkumar [at] rediffmaill . com" & the content will be removed or modified accordingly.

 
Design by | Bloggerized by praboo Kumar - | Pradeep Boorla (praboo) Kumar