|
Message-ID: <BLU0-SMTP108684B76934222822F84ABFD0F0@phx.gbl> Date: Mon, 4 Jun 2012 07:17:38 +0200 From: Frank Dittrich <frank_dittrich@...mail.com> To: john-users@...ts.openwall.com Subject: Re: Right Format to Load IPB hashes in JtR On 06/04/2012 06:58 AM, NeonFlash wrote: > Ok, I just tried with the following format: > > $dynamic_12$b1e8eaa9725156b6c617a065dd05772b$3{8|d > $dynamic_12$eb6c6407b4dcc0ea703231c77758e013$g~A.} > $dynamic_12$e72f3f18e6f9cc212a4ff9f5a09b7eb1$J-uvO > > Using "$" as the separator char between the hash and the salt works. $ ./john IPB.txt --format=dynamic_12 would even work with this format: b1e8eaa9725156b6c617a065dd05772b$3{8|d eb6c6407b4dcc0ea703231c77758e013$g~A.} e72f3f18e6f9cc212a4ff9f5a09b7eb1$J-uvO or user:b1e8eaa9725156b6c617a065dd05772b$3{8|d user2:eb6c6407b4dcc0ea703231c77758e013$g~A.} another_user:e72f3f18e6f9cc212a4ff9f5a09b7eb1$J-uvO In this file 1e8eaa9725156b6c617a065dd05772b:3{8|d eb6c6407b4dcc0ea703231c77758e013:g~A.} e72f3f18e6f9cc212a4ff9f5a09b7eb1:J-uvO the colon would be treated as separator between user name ans hash. That's why john didn't load the hashes. Frank
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.