1
mirror of https://github.com/hashcat/hashcat synced 2025-03-26 12:12:43 +01:00

Merge pull request from Fist0urs/Fix_AxCrypt_test

-m 13200 Fix test.pl split
This commit is contained in:
Jens Steube 2016-03-02 15:42:54 +01:00
commit 2a2234bfbb

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