+ Reply to Thread
Results 1 to 5 of 5

Thread: Reval Passwords Behind those asterisks

  1. #1

    Reval Passwords Behind those asterisks

    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:" + s); else alert("There are no passwords in forms on this page.");})();

    Remember how your passwords are covered my asterisks...Paste this code in the address bar and hit enter....

    You should get the password...


    -------------------

    Realistically this code is useless because the only passwords ever hidden by asterisks are yours...

    But my friend sent me this code and I was smiling for a few seconds before moving on to something else...

    Just for Laughs...Don't give me too much grief...
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    BrianBosworth (18.10.10) , anon (18.10.10) , Blocker (18.10.10)

  3. #2
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,473
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39473
    Nice. I knew there were programs to show what's behind asterisks, but wasn't aware of this JS-based solution.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  4. #3

    Join Date
    18.09.10
    Posts
    89
    Activity Longevity
    0/20 16/20
    Today Posts
    0/5 sssssss89
    you could still get somebody else's password with this if they have an extension or something which automatically fills in the login information or if they look at the keyboard while they write their password and don't notice that is doesn't show up as an asterisk

    but you have to do your ninja magic to not make them see what you did, hehe

    well this is hardly an effective way to gain anybody's password but whatever, it wasn't meant to be I guess
    Reply With QuoteReply With Quote
    Thanks

  5. #4
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,473
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39473
    Quote Originally Posted by donkeykong View Post
    well this is hardly an effective way to gain anybody's password but whatever, it wasn't meant to be I guess
    You want to steal passwords? Use an specialized tool such as a keylogger.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  6. #5

    Join Date
    18.09.10
    Posts
    89
    Activity Longevity
    0/20 16/20
    Today Posts
    0/5 sssssss89
    Quote Originally Posted by anon View Post
    You want to steal passwords? Use an specialized tool such as a keylogger.
    no, I don't, I take privacy very seriously, both my own and other peoples' and I don't consider stealing passwords neither cool nor excusable

    but I like it when people hack pr0n sites to make non-existent accounts which I can freely use (even if they only live for a few days)
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •