mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-16 17:42:04 +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);
|
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
|
else
|
||||||
{
|
{
|
||||||
$hash_out = gen_hash ($mode, $word, $salt, $iter);
|
$hash_out = gen_hash ($mode, $word, $salt, $iter);
|
||||||
|
Loading…
Reference in New Issue
Block a user