1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-07-24 15:38:47 +00:00

fix edge testing with password type HEX

This commit is contained in:
Gabriele Gristina 2025-07-11 20:41:12 +02:00
parent 69be4a127b
commit 063618f699
No known key found for this signature in database
GPG Key ID: 9F68B59298F311F0

View File

@ -315,6 +315,10 @@ for hash_type in $(ls tools/test_modules/*.pm | cut -d'm' -f3 | cut -d'.' -f1 |
CUR_OPTS_V="${CUR_OPTS} --backend-vector-width ${vector_width}"
if [ $pt_hex -eq 1 ]; then
CUR_OPTS_V="${CUR_OPTS_V} --hex-charset"
fi
# single hash
if [ $TARGET_TYPE == all ] || [ $TARGET_TYPE == 0 ]; then