From: Francois Gaudreault Date: Wed, 27 Apr 2016 11:40:13 +0000 (-0400) Subject: Adding final code to test.pl X-Git-Tag: v3.00-beta~59^2~1^2 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;ds=sidebyside;h=909d7ab63635abedbb8c7b2fafe0ace449f29b41;p=hashcat.git Adding final code to test.pl --- diff --git a/tools/test.pl b/tools/test.pl index 9a56ac4..1db1d9e 100755 --- a/tools/test.pl +++ b/tools/test.pl @@ -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);