1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-23 07:08:19 +00:00

test: fixed tests for -m 2410 in combinator mode

This commit is contained in:
philsmd 2017-07-20 08:15:00 +02:00
parent f80d91aa94
commit 86db2ded03
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF

View File

@ -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