From: Fist0urs Date: Wed, 2 Mar 2016 12:55:24 +0000 (+0100) Subject: -m 13200 Fix test.pl split X-Git-Tag: v3.00-beta~214^2 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;h=bb15bdf897b0ea091899e97c2b04850934eff425;p=hashcat.git -m 13200 Fix test.pl split --- diff --git a/tools/test.pl b/tools/test.pl index 846f0bd..1e84fca 100755 --- a/tools/test.pl +++ b/tools/test.pl @@ -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;