mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-20 11:32:12 +00:00
-m 13200 Fix test.pl split
This commit is contained in:
parent
79efecf56d
commit
bb15bdf897
@ -2242,7 +2242,7 @@ sub verify
|
|||||||
}
|
}
|
||||||
elsif ($mode == 13200)
|
elsif ($mode == 13200)
|
||||||
{
|
{
|
||||||
($hash_in, $word) = split '\*', $line;
|
($hash_in, $word) = split ":", $line;
|
||||||
|
|
||||||
next unless defined $hash_in;
|
next unless defined $hash_in;
|
||||||
next unless defined $word;
|
next unless defined $word;
|
||||||
|
Loading…
Reference in New Issue
Block a user