diff --git a/src/hashcat.c b/src/hashcat.c index e4e1e04f5..72c2e86f5 100644 --- a/src/hashcat.c +++ b/src/hashcat.c @@ -656,6 +656,13 @@ static int outer_loop (hashcat_ctx_t *hashcat_ctx) break; } + if (device_param == NULL) + { + event_log_error (hashcat_ctx, "No device found for weak-hash-check"); + + return -1; + } + EVENT (EVENT_WEAK_HASH_PRE); for (u32 salt_pos = 0; salt_pos < hashes->salts_cnt; salt_pos++)