1
mirror of https://github.com/hashcat/hashcat synced 2024-11-20 23:27:31 +01:00

-m 13200 Fix test.pl split

This commit is contained in:
Fist0urs 2016-03-02 13:55:24 +01:00
parent 79efecf56d
commit bb15bdf897

View File

@ -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;