Remove prevention of mangling
authorDavid Llewellyn-Jones <david@flypig.co.uk>
Wed, 24 Aug 2016 08:17:30 +0000 (09:17 +0100)
committerDavid Llewellyn-Jones <david@flypig.co.uk>
Wed, 24 Aug 2016 08:17:30 +0000 (09:17 +0100)
The code added to the benchmark section seems to prevent the mangle
flag from working. This removes the code to hopefully fix it.

src/hashcat.c

index 85fe750..057663d 100644 (file)
@@ -7916,7 +7916,7 @@ int main (int argc, char **argv)
                    dgst_pos1   = 3;
                    dgst_pos2   = 2;
                    dgst_pos3   = 1;
                    dgst_pos1   = 3;
                    dgst_pos2   = 2;
                    dgst_pos3   = 1;
-                   mangle      = 0;
+//                   mangle      = 0;
                    break;
 
       case     1:  hash_type   = HASH_TYPE_MD5;
                    break;
 
       case     1:  hash_type   = HASH_TYPE_MD5;
@@ -7941,7 +7941,7 @@ int main (int argc, char **argv)
                    dgst_pos1   = 3;
                    dgst_pos2   = 2;
                    dgst_pos3   = 1;
                    dgst_pos1   = 3;
                    dgst_pos2   = 2;
                    dgst_pos3   = 1;
-                   mangle      = 1;
+//                   mangle      = 1;
                    break;
 
       case    10:  hash_type   = HASH_TYPE_MD5;
                    break;
 
       case    10:  hash_type   = HASH_TYPE_MD5;