mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-15 20:39:17 +00:00
Merge pull request #251 from Fist0urs/Fix_AxCrypt_test
-m 13200 Fix test.pl split
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user