Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 16 Jul 2012 17:12:38 +0200
From: newangels newangels <contact.newangels@...il.com>
To: john-users@...ts.openwall.com, NeonFlash <psykosonik_frequenz@...oo.com>
Subject: Re: Vbulletin Hashes not loading

Hi NeoFlash,

Here what i do for this type of Hashes.

My hashes lists contain :

501652a767ad6a888b659fb1957cb063$)!!

Salt Séparator is "$", like you allready do

& i run : ./john --format=dynamic_6 hashes.txt

Dynamic_6 & 7 have are quite same i think, the only diff', is the size
of the salt..but Dev can confirm or Un_confirm

Look :

dynamic_6   | md5(md5($p).$s)
dynamic_7   | md5(md5($p).$s)

Regards,

Donovan
2012/7/16, NeonFlash <psykosonik_frequenz@...oo.com>:
> Ok, this made it work.
>
> I have included a username as well this time which formats the hash as
> follows:
>
> user $dynamic_7$501652a767ad6a888b659fb1957cb063$)!!
>
> then, I crack using:
>
> john -w:wordlist.txt --format=dynamic_7 --field-separator-char=" " hash.txt
>
> Isn't there an easier way to do it?
>
> Based on my understanding, I guess this is happening because I am using
> dynamic_7 mode instead of dynamic_6. dynamic_7 forces the field separator
> character to be not a colon.
>
> I wish dynamic formats were just as easy to handle as other hash types like
> DES, MD5, SHA1 and so on which are implemented in the core version of JTR.
>
>
>
> ________________________________
>  From: NeonFlash <psykosonik_frequenz@...oo.com>
> To: "john-users@...ts.openwall.com" <john-users@...ts.openwall.com>
> Sent: Monday, July 16, 2012 9:44 AM
> Subject: [john-users] Vbulletin Hashes not loading
>
> I am trying to crack Vbulletin hashes for version < 3.8.5 with a 3 byte
> salt.
>
> I have formatted the hash as follows:
>
> $dynamic_7$501652a767ad6a888b659fb1957cb063$)!!
>
> now, I crack using:
>
> john -w:wordlist.txt --subformat=dynamic_7 hash.txt
>
> hash.txt contains the above hash.
>
> It gives the error, no hashes loaded.
>
> What might be wrong?
>
> Do I need to specify the user id as well in the file and then specify a
> field-separator-char at the command line?
>
> I thought we could load hashes into john without specifying the username as
> well.

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.