Login Register
The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


[TuT]See passwords behind stars! filter_list
Author
Message
[TuT]See passwords behind stars! #1
Hello guys,

I am going to show you in a short tutorial 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:
javascriptSadfunction(){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.

Reply

RE: [TuT]See passwords behind stars! #2
Oh really simple and working method... I tested this and works fine

Reply

RE: [TuT]See passwords behind stars! #3
Tested And Worked Biggrin

Reply

RE: [TuT]See passwords behind stars! #4
Thanks, man. That really help me! 8)

Reply

RE: [TuT]See passwords behind stars! #5
Yeah! dude iit;s working...

thnaks!!!
[Image: platek.jpg]

Reply

RE: [TuT]See passwords behind stars! #6
wow lol :o
if only you can use it on msn :/
valar morghulis

Reply

RE: [TuT]See passwords behind stars! #7
Thanx Smile

I put to my bookmark Smile
(add a page to bookmarl, rename it, than paste the code to the URL)

Reply

RE: [TuT]See passwords behind stars! #8
i still dont get how to use it plz can some1 help me??

Reply

RE: [TuT]See passwords behind stars! #9
hmmm.....thanks...might try this later on my other pc.

Reply

RE: [TuT]See passwords behind stars! #10
not working in google chrome

Reply







Users browsing this thread: 1 Guest(s)