|
Message-Id: <20090908203554.5fbc5312.rembrandt@jpberlin.de> Date: Tue, 8 Sep 2009 20:35:54 +0200 From: rembrandt <rembrandt@...erlin.de> To: john-users@...ts.openwall.com Subject: Re: Changing the way algorithms are listed ('course the list got looong) On Tue, 8 Sep 2009 11:07:47 -0500 "JimF" <jfoug@....net> wrote: > Might be a good time to chat about this. I have added -subformat=NAME > recently, and if the =NAME is =list (or =List or =LIST, etc), then john > will dump out a 'nice' looking list of the formats: > > john -subfor=list > format = md5_gen(0) type = md5($p) (raw-md5) > format = md5_gen(1) type = md5($p.$s) (joomla) > format = md5_gen(2) type = md5(md5($p)) (e107) > format = md5_gen(3) type = md5(md5(md5($p))) > format = md5_gen(4) type = md5($s.$p) (OSC) > format = md5_gen(5) type = md5($s.$p.$s) > format = md5_gen(6) type = md5(md5($p).$s) > format = md5_gen(7) type = md5(md5($p).$s) (vBulletin) > format = md5_gen(8) type = md5(md5($s).$p) > format = md5_gen(9) type = md5($s.md5($p)) > format = md5_gen(10) type = md5($s.md5($s.$p)) > format = md5_gen(11) type = md5($s.md5($p.$s)) > format = md5_gen(12) type = md5(md5($s).md5($p)) (IPB) > format = md5_gen(13) type = md5(md5($p).md5($s)) > format = md5_gen(14) type = md5($s.md5($p).$s) > format = md5_gen(15) type = md5($u.md5($p).$s) > format = md5_gen(16) type = md5(md5(md5($p).$s).$s2) > format = md5_gen(17) type = phpass ($P$ or $H$) > > I did this, becauase as I was working on the code, and testing I continually > had to refer back to the source to 'remember' which format to use. I think > having a 'better' looking help dump of the formats would not be a bad thing > to add. Would probably be something that should be added to the format > structure for each type, and then have a command flag that dumps all of > them, or dumps a singular one. > > Jim. I face the same problem but did not listed each thing like you did. Awesome if this would get into the main-john source tree. But I guess Solar might has the last word! ;-) Kind regards, Rembrandt
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.