From 86db2ded03f072e4686bc8488df7169b961b9554 Mon Sep 17 00:00:00 2001 From: philsmd Date: Thu, 20 Jul 2017 08:15:00 +0200 Subject: [PATCH] test: fixed tests for -m 2410 in combinator mode --- tools/test.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/test.sh b/tools/test.sh index 071b110a1..a70ebb43f 100755 --- a/tools/test.sh +++ b/tools/test.sh @@ -674,7 +674,9 @@ function attack_1() offset=14 - if [ ${hash_type} -eq 2500 ]; then + if [ ${hash_type} -eq 2410 ]; then + offset=11 + elif [ ${hash_type} -eq 2500 ]; then offset=7 elif [ ${hash_type} -eq 5800 ]; then offset=6