|
|
Message-ID: <4E3A7ED2.5020602@bredband.net>
Date: Thu, 04 Aug 2011 13:13:22 +0200
From: magnum <rawsmooth@...dband.net>
To: john-dev@...ts.openwall.com
Subject: Re: issues with 1.7.8-jumbo-5
The bug is in --pipe - and here is the bug that made --stdin use the
pipe code:
diff --git a/src/wordlist.c b/src/wordlist.c
index 33f0c30..bca343c 100644
--- a/src/wordlist.c
+++ b/src/wordlist.c
@@ -370,7 +370,7 @@ void do_wordlist_crack(struct db_main *db, char
*name, int rules)
* mode, we can NOT perform rules, due to we can not
fseek stdin in most OS's
*/
word_file = stdin;
- if (options.flags & FLG_STATUS_CHK) {
+ if (options.flags & FLG_STDIN_CHK) {
log_event("- Reading candidate passwords from
stdin");
} else {
pipe_input = 1;
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.