1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-02-17 01:52:06 +00:00

Automatically fill HASH_TYPES in test.sh

This commit is contained in:
jsteube 2018-12-29 18:51:21 +01:00
parent ac0560fd4a
commit 3b43bd6d03

View File

@ -32,7 +32,7 @@ HASH_TYPES="0 10 11 12 20 21 22 23 30 40 50 60\
16200 16300 16400 16500 16600 16700 16800 16900 17300 17400 17500 17600 17700\
17800 17900 18000 18100 18200 18300 18400 18500 18600 99999"
HASH_TYPES="0 10 11 12 20 21 23 50 60 100 110 120 200 300 1000 1500 5600 18400 18500 18600"
HASH_TYPES=$(ls ${TDIR}/test_modules/*.pm | sed -r 's/[^0-9]*0*([0-9]+).pm/\1/')
VECTOR_WIDTHS="1 2 4 8 16"