mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-24 15:38:47 +00:00
fix json format on hash_info_single_json
This commit is contained in:
parent
076de7c8ce
commit
a4bcde8aed
@ -726,7 +726,7 @@ void hash_info_single_json (hashcat_ctx_t *hashcat_ctx, user_options_extra_t *us
|
||||
}
|
||||
}
|
||||
|
||||
printf ("\"password_type\": %s, ", t_pw_desc);
|
||||
printf ("\"password_type\": \"%s\", ", t_pw_desc);
|
||||
printf ("\"password_len_min\": %u, ", t_pw_min);
|
||||
printf ("\"password_len_max\": %u, ", t_pw_max);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user