Skip to content

Commit

Permalink
Update S109_jtr_local_pw_cracking.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMKuehne committed May 23, 2024
1 parent 0d75433 commit 98ed251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/S109_jtr_local_pw_cracking.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ S109_jtr_local_pw_cracking()
continue
fi

if echo "${HASH}" | grep -qE '\$.*\$.*'; then
if [[ "${HASH}" == "\$"*"\$"* ]]; then
# put ontop if linux-hash
sed -i "1s/^/${HASH}\n/" "${LOG_PATH_MODULE}"/jtr_hashes.txt
else
Expand Down

0 comments on commit 98ed251

Please sign in to comment.