1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-26 01:50:10 +00:00

Merge pull request #1842 from s3inlc/regex

Changed regex to read hash modes from test modules
This commit is contained in:
Jens Steube 2019-01-03 10:52:33 +01:00 committed by GitHub
commit 79ecb19990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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=$(ls ${TDIR}/test_modules/*.pm | sed -r 's/[^0-9]*0*([0-9]+).pm/\1/')
HASH_TYPES=$(ls ${TDIR}/test_modules/*.pm | sed -r 's/.*m0*([0-9]+).pm/\1/')
VECTOR_WIDTHS="1 2 4 8 16"