mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-26 00:18:36 +00:00
Merge pull request #1303 from philsmd/master
test: fixed tests for -m 2410 in combinator mode
This commit is contained in:
commit
dc27b28b03
@ -674,7 +674,9 @@ function attack_1()
|
|||||||
|
|
||||||
offset=14
|
offset=14
|
||||||
|
|
||||||
if [ ${hash_type} -eq 2500 ]; then
|
if [ ${hash_type} -eq 2410 ]; then
|
||||||
|
offset=11
|
||||||
|
elif [ ${hash_type} -eq 2500 ]; then
|
||||||
offset=7
|
offset=7
|
||||||
elif [ ${hash_type} -eq 5800 ]; then
|
elif [ ${hash_type} -eq 5800 ]; then
|
||||||
offset=6
|
offset=6
|
||||||
|
Loading…
Reference in New Issue
Block a user