X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=src%2Fhashcat.c;h=1a704304d434d4dc6d8cb990246e22bed1479586;hb=f326c5de4c5ecc09fb9801e709885ddeafa6c67c;hp=ede23260d18f4f1e556a52f7c942512a574058a5;hpb=69e3e3956825895b642b4651a3ddc744a95ca26e;p=hashcat.git diff --git a/src/hashcat.c b/src/hashcat.c index ede2326..1a70430 100644 --- a/src/hashcat.c +++ b/src/hashcat.c @@ -18393,6 +18393,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;