|
Message-ID: <1342776296.93528.YahooMailNeo@web120702.mail.ne1.yahoo.com> Date: Fri, 20 Jul 2012 02:24:56 -0700 (PDT) From: NeonFlash <psykosonik_frequenz@...oo.com> To: "john-users@...ts.openwall.com" <john-users@...ts.openwall.com> Subject: Re: Vbulletin Hashes not loading Thanks :) I was adding the prefix, $dynamic_7$ and I think that was expecting me to enter the long syntax. If I do not add that prefix to the hash, it becomes easier :) ________________________________ From: newangels newangels <contact.newangels@...il.com> To: john-users@...ts.openwall.com; NeonFlash <psykosonik_frequenz@...oo.com> Sent: Monday, July 16, 2012 8:42 PM Subject: Re: [john-users] 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.