Re: PWDUMP Parser

From: Larry Offley (larry@pcgalore.com)
Date: Tue Jul 06 2004 - 21:13:44 EDT


If you have the list of names you want already you should be able to do

grep -F --file=file1 file2 >file3

file1 the list of 200 names you want
file2 the 3000 line list of names /hashes
file will be the new list of your 200 names/hashes

This is all assuming the the files are all 1 name/has per line.

If this is under windows just download grep for windows otherwise you should
have it already

Cheers,

Larry Offley
Manager - PC Galore
2744 West 4th Ave
Vancouver, BC V6K 1R1
604-732-7816

----- Original Message -----
From: "Mike Anderson" <mike_and@yahoo.com>
To: <pen-test@securityfocus.com>
Sent: Tuesday, July 06, 2004 9:00 AM
Subject: PWDUMP Parser

> Already did some googling on this subject to no avail,
> so I thought I would start here for an answer.
>
> I have a rather large pwdump file (over 3000 accounts)
> that I am working with. I need to extract
> approximately 200 user names/hash pairs from it.
> Other than using notepad/word to do a find/search then
> copy and paste, does anyone know of a "pwdump parser"
> that is out there? I envision inputting a user name
> (or list of user names) and then having it return the
> user name and hash pair in a text file.
>
> Thanks..
>
> =====
> Mike Anderson
> mike_and@yahoo.com
>
>
>
>
>
> __________________________________
> Do you Yahoo!?
> New and Improved Yahoo! Mail - 100MB free storage!
> http://promotions.yahoo.com/new_mail
>



This archive was generated by hypermail 2.1.7 : Sat Apr 12 2008 - 10:53:57 EDT