X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=src%2Fhashcat.c;h=125e1ce16e0fda26fe7a33e3f43bef8af444f850;hb=94e9fe78367cc6b19decf3b6b178c3dd2a572842;hp=eafc6f648389d016fae500ecedeaf442d33131bb;hpb=b2ff9922c91a46b62cfaf45f32793c29f058442e;p=hashcat.git diff --git a/src/hashcat.c b/src/hashcat.c index eafc6f6..125e1ce 100644 --- a/src/hashcat.c +++ b/src/hashcat.c @@ -3402,7 +3402,10 @@ static void run_cracker (hc_device_param_t *device_param, const uint pws_cnt) * result */ - check_cracked (device_param, salt_pos); + if (data.benchmark == 0) + { + check_cracked (device_param, salt_pos); + } /** * progress @@ -6966,6 +6969,7 @@ int main (int argc, char **argv) gpu_temp_disable = 1; #ifdef HAVE_HWMON + gpu_temp_disable = 0; powertune_enable = 1; #endif