Merge pull request #252 from Fist0urs/AxCrypt_RawSHA1_format
[hashcat.git] / tools / test.pl
index 1a3b36b..af4a793 100755 (executable)
@@ -2242,7 +2242,7 @@ sub verify
     }
     elsif ($mode == 13200)
     {
-      ($hash_in, $word) = split '\*', $line;
+      ($hash_in, $word) = split ":", $line;
 
       next unless defined $hash_in;
       next unless defined $word;