Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 23 Mar 2012 00:21:09 +0000 (UTC)
From: donovan <contact.newangels@...il.com>
To: john-users@...ts.openwall.com
Subject: Re: Hahses + Pass output

Solar Designer <solar@...> writes:

> 
> On Thu, Mar 22, 2012 at 09:10:31PM +0100, magnum wrote:
> > You can do it with grep and a horrible one-liner though:
> > 
> >   egrep "`cut -d: -f2 File.txt`" john.pot
> > 
> > This assumes File.txt has its hashes in the second field (as opposed to
> > pwdump files, for example), otherwise you'll have to adjust -f2 to
> > something else.
> > 
> > But for very large input files, this egrep will fail (too many
> > arguments) and you'd have to use a little perl script or something instead.
> 
> cut -d: -f2 File.txt | fgrep -f - john.pot
> 
> Alexander
> 
> 

Hello Alexander,

Thanks for your answer...

I try to run the command, & on start was happy cause i see all my HASHES:PASS

but the process continue & give me other lines who are not on the "File.txt

File.txt is the Hashes only for sure

In the end i got some's :

$dynamic_0$c95f5a1dc41de52b2afe452dcacae658:HPPRINTER
$dynamic_0$ee0c37991f9f97dfd4a5dfba88eddfbd:34shaq99
$dynamic_0$5466055a6c3a9e308d4b2964177957ff:Batker123
$dynamic_0$8de67771963179b2be233f318504a2c5:battman93
$dynamic_0$aa88ff6157ee402a3a5e8d315cb6fcc7:TRIPLE777

BUT in the start we have & it's exactly what needed :

089d716f0b0ea3de695e5c7125ce2e1f:ereiamjh
098f6bcd4621d373cade4e832627b4f6:test
0b4e7a0e5fe84ad35fb5f95b9ceeac79:aaaaaa
0d107d09f5bbe40cade3de5c71e9e9b7:letmein
0ebe6d2ed3acb352bfc62fe6990d87ca:strike1

We are near ! :-)

Thanks again, really appreciated...


Regards,

Donovan

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.