View Masked Password Boxes in Firefox menu

Shout-Out

User Tag List

Results 1 to 13 of 13
  1. #1
    Gothian's Avatar Member
    Reputation
    249
    Join Date
    Jul 2006
    Posts
    496
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    View Masked Password Boxes in Firefox

    This is a simple code I found in which reveals the masked password field for the current page you are on. Go to the page which has a masked password field (with text entered into it of course) and paste this into your browser:

    Credits to: freedom_is_chaos of the HackInTheBox forums for shamelessly stealing it from here

    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:nn" + s); else alert("There are no passwords in forms on this page.");})();
    ALSO WORKS WITH IE, OPERA, NETSCAPE, ETC. (Basically any browser that can use javascript)
    Last edited by Gothian; 11-21-2007 at 10:03 AM.

    Soon you can find my projects at: www.termight.info

    View Masked Password Boxes in Firefox
  2. #2
    AntonJ3000's Avatar Member
    Reputation
    33
    Join Date
    May 2007
    Posts
    247
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: View Masked Password Boxes in Firefox

    a bit buggy:
    yepyep=nnyepyepn

  3. #3
    Gothian's Avatar Member
    Reputation
    249
    Join Date
    Jul 2006
    Posts
    496
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: View Masked Password Boxes in Firefox

    Originally Posted by AntonJ3000 View Post
    a bit buggy:
    yepyep=nnyepyepn
    odd, works GREAT for me, even for the WoW login page

    Soon you can find my projects at: www.termight.info

  4. #4
    Phygar's Avatar ( ͡° ͜ʖ ͡°)
    Reputation
    444
    Join Date
    Nov 2007
    Posts
    1,591
    Thanks G/R
    7/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: View Masked Password Boxes in Firefox

    Yeah, works fine for me.

  5. #5
    Kartio's Avatar Contributor

    Reputation
    166
    Join Date
    Apr 2007
    Posts
    1,619
    Thanks G/R
    8/1
    Trade Feedback
    2 (50%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: View Masked Password Boxes in Firefox

    Doesn't work for me = /

  6. #6
    Phygar's Avatar ( ͡° ͜ʖ ͡°)
    Reputation
    444
    Join Date
    Nov 2007
    Posts
    1,591
    Thanks G/R
    7/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: View Masked Password Boxes in Firefox

    Highlight this text

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

    press CTRL-C
    press ALT-D
    press CRTL-V
    press Enter

    Edit: it wont say nnn aymore
    Last edited by Phygar; 12-05-2007 at 08:24 PM.

  7. #7
    Funsize's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: View Masked Password Boxes in Firefox

    SO, what could this be used for? The only passwords I would be able to see are my own.
    Sig-worthy quotes tend to happen, you know, when you aren't trying to create them...

  8. #8
    fox3's Avatar Member
    Reputation
    10
    Join Date
    Jul 2007
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: View Masked Password Boxes in Firefox

    If you have a long password, and want to verify you entered it properly

    (Just a quick question, what is a 1rep doing with 1rep power? :P)

  9. #9
    Neth'zul's Avatar Banned
    Reputation
    204
    Join Date
    Nov 2007
    Posts
    887
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: View Masked Password Boxes in Firefox

    ya it dosent work for me it gives me that nnnhann shit lol

  10. #10
    Phygar's Avatar ( ͡° ͜ʖ ͡°)
    Reputation
    444
    Join Date
    Nov 2007
    Posts
    1,591
    Thanks G/R
    7/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: View Masked Password Boxes in Firefox

    There i got rid of the nn stuff

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

  11. #11
    Neth'zul's Avatar Banned
    Reputation
    204
    Join Date
    Nov 2007
    Posts
    887
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sick it wokrs...thx man +rep

  12. #12
    Captain Planet's Avatar Active Member
    Reputation
    41
    Join Date
    May 2007
    Posts
    648
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fox3 View Post
    If you have a long password, and want to verify you entered it properly

    (Just a quick question, what is a 1rep doing with 1rep power? :P)
    we've been here for a year so we have 1 rep

  13. #13
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    we've been here for a year so we have 1 rep
    1) you have been here since may 2007 thats not a year

    2) if a leecher has more than 5 posts he/she gets +1 rep power
    If you need me you have my skype, if you don't have my skype then you don't need me.

Similar Threads

  1. Replies: 4
    Last Post: 11-04-2010, 09:38 AM
  2. X Box 360!
    By janzi9 in forum Gaming Chat
    Replies: 20
    Last Post: 05-18-2006, 06:28 PM
All times are GMT -5. The time now is 07:11 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search