mirror of
https://github.com/hashcat/hashcat.git
synced 2025-08-01 19:38:26 +00:00
simplified regex
This commit is contained in:
parent
c48f044fb7
commit
3fe9f86326
@ -519,7 +519,7 @@ function attack_0()
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ${hash_type} -eq 25400 ]; then
|
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}"
|
output="${tmp}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user