1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-07-21 05:58:12 +00:00

Merge pull request #4315 from matrix/edge_hex_only

fix edge testing with password type HEX
This commit is contained in:
hashcat-bot 2025-07-11 20:45:48 +02:00 committed by GitHub
commit b7ed71dd47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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}" 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 # single hash
if [ $TARGET_TYPE == all ] || [ $TARGET_TYPE == 0 ]; then if [ $TARGET_TYPE == all ] || [ $TARGET_TYPE == 0 ]; then