|
|
Message-ID: <BLU0-SMTP327608D3C053259E6DA76FAFD410@phx.gbl>
Date: Sun, 18 Aug 2013 22:48:51 +0200
From: Frank Dittrich <frank_dittrich@...mail.com>
To: john-dev@...ts.openwall.com
Subject: Bleeding: 247 out of 358 formats do not have a format label!
$ ./john --list=build-info|head -n 2
Version: 1.8.0.2-bleeding-jumbo
Build: linux-x86-64-native
$ git log|head -n 5
commit 69deec0490ee3b793545617b72f53d23680dfe4b
Author: magnum <john.magnum@...hmail.com>
Date: Thu Aug 15 22:53:41 2013 +0200
ssha512 format: Add OMP support and a couple more test vectors.
(But the version I used during the contest had the same problem.)
$ ./john --list=format-details | wc -l
358
$ ./john --list=format-all-details | grep "^Format"|grep -B 1 "^Format
name\s*$"|grep "^Format label"|wc -l
247
$ ./john --list=format-all-details | grep "^Format"|grep -B 1 "^Format
name\s*$"|grep "^F"|head
Format label bcrypt
Format name
Format label scrypt
Format name
Format label LM
Format name
Format label tripcode
Format name
Format label dummy
Format name
$ ./john --list=format-all-details | grep "^Format"|grep -B 1 "^Format
name\s*$"|grep "^F"|tail
Format label HMAC-MD5
Format name
Format label HMAC-SHA1
Format name
Format label Django
Format name
Format label SSH
Format name
Format label WPAPSK
Format name
Am I missing something obvious?
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.