From cc04c4339633db6f0ab0641e098d7a45d38d8ad5 Mon Sep 17 00:00:00 2001 From: elenago Date: Tue, 14 Nov 2017 12:34:17 +0100 Subject: [PATCH] MAC test added in run_tests.sh --- run_tests.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/run_tests.sh b/run_tests.sh index f38894c..7a3db50 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -31,6 +31,9 @@ printf "\n\n************ Testing BitCracker CUDA version ************\n\n" ./build/bitcracker_cuda -f ./test_hash/imgWin8.txt -d ./Dictionary/test_passwords.txt -t 1 -b 1 -g 0 +#Same as previous test, with MAC verification +./build/bitcracker_cuda -f ./test_hash/imgWin8.txt -d ./Dictionary/test_passwords.txt -t 1 -b 1 -g 0 -m + ./build/bitcracker_cuda -f ./test_hash/imgWin7.txt -d ./Dictionary/test_passwords.txt -t 1 -b 1 -g 0 ./build/bitcracker_cuda -f ./test_hash/imgWin10Compatible.txt -d ./Dictionary/test_passwords.txt -t 1 -b 1 -g 0