From 2d110660525e57873352c3ee5220c031c9d39ebb Mon Sep 17 00:00:00 2001 From: philsmd Date: Sun, 3 Jan 2016 18:13:32 +0100 Subject: [PATCH] using oclHashcat instead of oclHashcat64.bin also in tools/test.pl --- tools/test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test.pl b/tools/test.pl index 3ae5ec0..96af8f8 100755 --- a/tools/test.pl +++ b/tools/test.pl @@ -40,7 +40,7 @@ use Net::DNS::RR::NSEC3; use Convert::EBCDIC qw (ascii2ebcdic); use Digest::SipHash qw/siphash/; -my $hashcat = "./oclHashcat64.bin"; +my $hashcat = "./oclHashcat"; my $MAX_LEN = 55; -- 2.25.1