mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-25 09:28:20 +00:00
Removed limitation with hash-type 18600 on linux
This commit is contained in:
parent
1f9ecd3a71
commit
e0e8ce8165
@ -3523,9 +3523,9 @@ if [ "${PACKAGE}" -eq 0 ] || [ -z "${PACKAGE_FOLDER}" ]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
# Crypt::GCrypt is broken on Apple and Linux
|
||||
# Crypt::GCrypt is broken on Apple
|
||||
if [ "${hash_type}" -eq 18600 ]; then
|
||||
if [[ "$OSTYPE" == "linux-gnu"* ]] || [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
continue
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user