mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-16 17:42:04 +00:00
Update patch
This commit is contained in:
parent
1a32feb74c
commit
33d95348f5
68
src/hashes.c
68
src/hashes.c
@ -1187,16 +1187,13 @@ int hashes_init_stage1 (hashcat_ctx_t *hashcat_ctx)
|
|||||||
|
|
||||||
compress_terminal_line_length (tmp_line_buf, 38, 32);
|
compress_terminal_line_length (tmp_line_buf, 38, 32);
|
||||||
|
|
||||||
if (user_options->machine_readable == true) {
|
if (user_options->machine_readable == true)
|
||||||
event_log_warning(hashcat_ctx, "%s:%u:%s:%s", hashes->hashfile,
|
{
|
||||||
line_num, tmp_line_buf,
|
event_log_warning (hashcat_ctx, "%s:%u:%s:%s", hashes->hashfile, line_num, tmp_line_buf, strparser (parser_status));
|
||||||
strparser(parser_status));
|
}
|
||||||
|
else
|
||||||
} else {
|
{
|
||||||
event_log_warning(hashcat_ctx,
|
event_log_warning (hashcat_ctx, "Hashfile '%s' on line %u (%s): %s", hashes->hashfile, line_num, tmp_line_buf, strparser (parser_status));
|
||||||
"Hashfile '%s' on line %u (%s): %s",
|
|
||||||
hashes->hashfile, line_num, tmp_line_buf,
|
|
||||||
strparser(parser_status));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
hcfree (tmp_line_buf);
|
hcfree (tmp_line_buf);
|
||||||
@ -1221,16 +1218,13 @@ int hashes_init_stage1 (hashcat_ctx_t *hashcat_ctx)
|
|||||||
|
|
||||||
compress_terminal_line_length (tmp_line_buf, 38, 32);
|
compress_terminal_line_length (tmp_line_buf, 38, 32);
|
||||||
|
|
||||||
if (user_options->machine_readable == true) {
|
if (user_options->machine_readable == true)
|
||||||
event_log_warning(hashcat_ctx, "%s:%u:%s:%s", hashes->hashfile,
|
{
|
||||||
line_num, tmp_line_buf,
|
event_log_warning (hashcat_ctx, "%s:%u:%s:%s", hashes->hashfile, line_num, tmp_line_buf, strparser (parser_status));
|
||||||
strparser(parser_status));
|
}
|
||||||
|
else
|
||||||
} else {
|
{
|
||||||
event_log_warning(hashcat_ctx,
|
event_log_warning (hashcat_ctx, "Hashfile '%s' on line %u (%s): %s", hashes->hashfile, line_num, tmp_line_buf, strparser (parser_status));
|
||||||
"Hashfile '%s' on line %u (%s): %s",
|
|
||||||
hashes->hashfile, line_num, tmp_line_buf,
|
|
||||||
strparser(parser_status));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
hcfree (tmp_line_buf);
|
hcfree (tmp_line_buf);
|
||||||
@ -1257,16 +1251,13 @@ int hashes_init_stage1 (hashcat_ctx_t *hashcat_ctx)
|
|||||||
|
|
||||||
compress_terminal_line_length (tmp_line_buf, 38, 32);
|
compress_terminal_line_length (tmp_line_buf, 38, 32);
|
||||||
|
|
||||||
if (user_options->machine_readable == true) {
|
if (user_options->machine_readable == true)
|
||||||
event_log_warning(hashcat_ctx, "%s:%u:%s:%s", hashes->hashfile,
|
{
|
||||||
line_num, tmp_line_buf,
|
event_log_warning (hashcat_ctx, "%s:%u:%s:%s", hashes->hashfile, line_num, tmp_line_buf, strparser (parser_status));
|
||||||
strparser(parser_status));
|
}
|
||||||
|
else
|
||||||
} else {
|
{
|
||||||
event_log_warning(hashcat_ctx,
|
event_log_warning (hashcat_ctx, "Hashfile '%s' on line %u (%s): %s", hashes->hashfile, line_num, tmp_line_buf, strparser (parser_status));
|
||||||
"Hashfile '%s' on line %u (%s): %s",
|
|
||||||
hashes->hashfile, line_num, tmp_line_buf,
|
|
||||||
strparser(parser_status));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
hcfree (tmp_line_buf);
|
hcfree (tmp_line_buf);
|
||||||
@ -1294,16 +1285,13 @@ int hashes_init_stage1 (hashcat_ctx_t *hashcat_ctx)
|
|||||||
|
|
||||||
compress_terminal_line_length (tmp_line_buf, 38, 32);
|
compress_terminal_line_length (tmp_line_buf, 38, 32);
|
||||||
|
|
||||||
if (user_options->machine_readable == true) {
|
if (user_options->machine_readable == true)
|
||||||
event_log_warning(hashcat_ctx, "%s:%u:%s:%s", hashes->hashfile,
|
{
|
||||||
line_num, tmp_line_buf,
|
event_log_warning (hashcat_ctx, "%s:%u:%s:%s", hashes->hashfile, line_num, tmp_line_buf, strparser (parser_status));
|
||||||
strparser(parser_status));
|
}
|
||||||
|
else
|
||||||
} else {
|
{
|
||||||
event_log_warning(hashcat_ctx,
|
event_log_warning (hashcat_ctx, "Hashfile '%s' on line %u (%s): %s", hashes->hashfile, line_num, tmp_line_buf, strparser (parser_status));
|
||||||
"Hashfile '%s' on line %u (%s): %s",
|
|
||||||
hashes->hashfile, line_num, tmp_line_buf,
|
|
||||||
strparser(parser_status));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
hcfree (tmp_line_buf);
|
hcfree (tmp_line_buf);
|
||||||
|
Loading…
Reference in New Issue
Block a user