mirror of
https://github.com/hashcat/hashcat.git
synced 2025-06-20 15:08:51 +00:00
Merge branch 'master' of https://github.com/hashcat/hashcat
This commit is contained in:
commit
c4d66b8e29
@ -406,6 +406,10 @@ function status()
|
|||||||
|
|
||||||
;;
|
;;
|
||||||
10)
|
10)
|
||||||
|
if is_in_array "${hash_type}" ${NEVER_CRACK_ALGOS}; then
|
||||||
|
return
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "${pass_only}" -eq 1 ]; then
|
if [ "${pass_only}" -eq 1 ]; then
|
||||||
echo "plains not found in output, cmdline : ${CMD}" >> "${OUTD}/logfull.txt" 2>> "${OUTD}/logfull.txt"
|
echo "plains not found in output, cmdline : ${CMD}" >> "${OUTD}/logfull.txt" 2>> "${OUTD}/logfull.txt"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user