1
mirror of https://github.com/hashcat/hashcat synced 2024-11-24 14:27:14 +01:00

Do not check password in test.sh if NEVER_CRACK is set

This commit is contained in:
Jens Steube 2020-01-13 18:54:19 +01:00
parent a24d5ef9fa
commit 7306786eb0

View File

@ -406,6 +406,10 @@ function status()
;;
10)
if is_in_array "${hash_type}" ${NEVER_CRACK_ALGOS}; then
return
fi
if [ "${pass_only}" -eq 1 ]; then
echo "plains not found in output, cmdline : ${CMD}" >> "${OUTD}/logfull.txt" 2>> "${OUTD}/logfull.txt"
else