simplified regex

pull/3119/head
Gabriele Gristina 2 years ago
parent c48f044fb7
commit 3fe9f86326

@ -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

Loading…
Cancel
Save