X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=src%2Fhashcat.c;h=f8e4b1a844df9e791a43dddec6317844994d3240;hb=067c0b8e838536f2caae1306a8407de872164721;hp=e50808210640279def49e25b94baf3420c263b2a;hpb=d0f924580f3359f7c40cb65aed9bd78149b5a3a1;p=hashcat.git diff --git a/src/hashcat.c b/src/hashcat.c index e508082..f8e4b1a 100644 --- a/src/hashcat.c +++ b/src/hashcat.c @@ -18392,6 +18392,10 @@ int main (int argc, char **argv) if (induction_dictionaries_cnt) { qsort (induction_dictionaries, induction_dictionaries_cnt, sizeof (char *), sort_by_mtime); + + // yeah, this next statement is a little hack to make sure that --loopback runs correctly (because with it we guarantee that the loop iterates one more time) + + dictpos--; } time_t runtime_stop;