mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 16:18:09 +00:00
Adding final code to test.pl
This commit is contained in:
parent
aef8dc2b01
commit
909d7ab636
@ -2675,6 +2675,15 @@ sub verify
|
||||
|
||||
return unless (substr ($line, 0, $len) eq $hash_out);
|
||||
}
|
||||
elsif ($mode == 13500)
|
||||
{
|
||||
$hash_out = gen_hash ($mode, $word, $salt);
|
||||
|
||||
$len = length $hash_out;
|
||||
print $hash_out;
|
||||
|
||||
return unless (substr ($line, 0, $len) eq $hash_out);
|
||||
}
|
||||
else
|
||||
{
|
||||
$hash_out = gen_hash ($mode, $word, $salt, $iter);
|
||||
|
Loading…
Reference in New Issue
Block a user