mirror of
https://github.com/hashcat/hashcat
synced 2024-12-01 20:18:12 +01:00
Merge branch 'master' of https://github.com/hashcat/hashcat
This commit is contained in:
commit
e9d5b6d44d
@ -509,11 +509,14 @@ static int outer_loop (hashcat_ctx_t *hashcat_ctx)
|
||||
|
||||
if (status_ctx->devices_status == STATUS_CRACKED)
|
||||
{
|
||||
if (hashes->digests_saved != hashes->digests_done)
|
||||
if (user_options->remove == true)
|
||||
{
|
||||
const int rc = save_hash (hashcat_ctx);
|
||||
if (hashes->digests_saved != hashes->digests_done)
|
||||
{
|
||||
const int rc = save_hash (hashcat_ctx);
|
||||
|
||||
if (rc == -1) return -1;
|
||||
if (rc == -1) return -1;
|
||||
}
|
||||
}
|
||||
|
||||
EVENT (EVENT_POTFILE_ALL_CRACKED);
|
||||
@ -695,11 +698,14 @@ static int outer_loop (hashcat_ctx_t *hashcat_ctx)
|
||||
|
||||
if (status_ctx->devices_status == STATUS_CRACKED)
|
||||
{
|
||||
if (hashes->digests_saved != hashes->digests_done)
|
||||
if (user_options->remove == true)
|
||||
{
|
||||
const int rc = save_hash (hashcat_ctx);
|
||||
if (hashes->digests_saved != hashes->digests_done)
|
||||
{
|
||||
const int rc = save_hash (hashcat_ctx);
|
||||
|
||||
if (rc == -1) return -1;
|
||||
if (rc == -1) return -1;
|
||||
}
|
||||
}
|
||||
|
||||
EVENT (EVENT_WEAK_HASH_ALL_CRACKED);
|
||||
|
Loading…
Reference in New Issue
Block a user