|
Message-ID: <058501cf7b60$33aaeb70$9b00c250$@net> Date: Thu, 29 May 2014 12:05:32 -0500 From: "jfoug" <jfoug@....net> To: <john-dev@...ts.openwall.com> Subject: RE: autoconf and --list=build-info Very trivial. Gimme a couple minutes. -----Original Message----- From: Frank Dittrich [mailto:frank.dittrich@...lbox.org] Sent: Thursday, May 29, 2014 11:48 To: john-dev@...ts.openwall.com Subject: [john-dev] autoconf and --list=build-info Without autoconf, the build target was part of john's usage output and of the --list=build-info output. Now we have: $ ./john |head -n 3 John the Ripper password cracker, version 1.8.0.2-bleeding-jumbo_omp [64-bit AVX-autoconf] Copyright (c) 1996-2013 by Solar Designer and others Homepage: http://www.openwall.com/john/ $ ./john --list=build-info Version: 1.8.0.2-bleeding-jumbo OMP Build: 64-bit AVX-autoconf Arch: 64-bit LE $JOHN is ./ Format interface version: 12 Max. number of reported tunable costs: 2 Rec file version: REC4 Charset file version: CHR3 CHARSET_MIN: 1 (0x01) CHARSET_MAX: 255 (0xff) CHARSET_LENGTH: 24 Max. Markov mode level: 400 Max. Markov mode password length: 30 Compiler version: 4.8.2 20131212 (Red Hat 4.8.2-7) gcc version: 4.8.2 OpenSSL library version: 01000105f OpenSSL 1.0.1e-fips 11 Feb 2013 GMP library version: 5.1.2 NSS library version: 3.16.1 Basic ECC NSPR library version: 4.10.5 fseek(): fseek ftell(): ftell memmem(): System's So it is harder to tell which OS is used. Is there any generic way to add OS information to --list=build-info output? 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.