1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

simplified regex

This commit is contained in:
Gabriele Gristina 2022-01-10 02:06:19 +01:00
parent c48f044fb7
commit 3fe9f86326

View File

@ -519,7 +519,7 @@ function attack_0()
fi
if [ ${hash_type} -eq 25400 ]; then
tmp=$(echo $output | sed -e 's/ (user password[^)].*//g')
tmp=$(echo $output | sed -e 's/ (user password.*//g')
output="${tmp}"
fi