Results 1 to 5 of 5

Thread: Null Passwords

  1. #1

    Null Passwords

    Hello, Im trying to test an account to see if the password is sset to Null in vbs . is there some app i can pass the user to and check the output or something?

  2. #2
    Senior Member
    Join Date
    Oct 2003
    Location
    MA
    Posts
    1,052
    1st of all, what os?

  3. #3
    1st of all, what os?
    i guess windows, since he is using vbs.
    well, if it for XP (up to SP1) or 2003 (SP0) you could use a program i have written:
    CachedPasswordDumper.
    this program dumps the password from the current user to the screen. since it is released under the GPL you could alter the outcome to merely print the password or just to check if there IS a password set.

    hope this helps,

  4. #4
    Senior Member
    Join Date
    Oct 2003
    Location
    MA
    Posts
    1,052
    I knew it was windows by the was he was talking but is it 9x/me (dos based) or a Nt based OS

  5. #5
    well, to be honest i'm almost positive that it is NT, since that is designed for multiple users and would have use for such a script. if you have 98, then it doesn't really matter if the user has a password since you can <escape> your way through it...

    but we'll have to wait for the thread poster to figure out the real OS

Posting Permissions

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