Update outfile.c
Fix #1194. crackpos was not being output properly when "--outfile-format 11" was used.
This commit is contained in:
@@ -436,6 +436,7 @@ int outfile_write (hashcat_ctx_t *hashcat_ctx, const char *out_buf, const unsign
|
||||
sprintf (tmp_buf + tmp_len, "%" PRIu64, crackpos);
|
||||
}
|
||||
|
||||
tmp_len += 20; // Required to include the text generated for crackpos.
|
||||
tmp_buf[tmp_len] = 0;
|
||||
|
||||
if (outfile_ctx->fp != NULL)
|
||||
|
||||
Reference in New Issue
Block a user