1
0
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:
Gabriele Gristina 2025-06-28 11:16:39 +02:00
parent 076de7c8ce
commit a4bcde8aed
No known key found for this signature in database
GPG Key ID: 9F68B59298F311F0

View File

@ -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);