Merge branch 'master' into pkcs1
This commit is contained in:
+7
-3
@@ -64,6 +64,9 @@
|
||||
- Added hash-mode: sha256($salt.$pass.$salt)
|
||||
- Added hash-mode: sha256(sha256_bin($pass))
|
||||
- Added hash-mode: sha256(sha256($pass).$salt)
|
||||
- Added hash-mode: SecureZIP AES-128
|
||||
- Added hash-mode: SecureZIP AES-192
|
||||
- Added hash-mode: SecureZIP AES-256
|
||||
- Added hash-mode: SolarWinds Orion
|
||||
- Added hash-mode: Telegram Desktop App Passcode (PBKDF2-HMAC-SHA1)
|
||||
- Added hash-mode: Telegram Mobile App Passcode (SHA256)
|
||||
@@ -78,8 +81,9 @@
|
||||
|
||||
- Fixed buffer overflow in build_plain() function
|
||||
- Fixed buffer overflow in mp_add_cs_buf() function
|
||||
- Fixed copy/paste error leading to invalid "Integer overflow detected in keyspace of mask" in attack-mode 6 and 7
|
||||
- Fixed calculation of brain-session ID, only the first hash of the hashset was taken into account
|
||||
- Fixed cleanup of password candidate buffers on GPU set from autotune in case -n was used
|
||||
- Fixed copy/paste error leading to invalid "Integer overflow detected in keyspace of mask" in attack-mode 6 and 7
|
||||
- Fixed cracking multiple Office hashes (modes 9500, 9600) with the same salt
|
||||
- Fixed cracking of Blockchain, My Wallet (V1 and V2) hashes with unexpected decrypted data
|
||||
- Fixed cracking of Cisco-PIX and Cisco-ASA MD5 passwords in mask-attack mode if mask > length 16
|
||||
@@ -101,9 +105,9 @@
|
||||
- Fixed race condition in maskfile mode by using a dedicated flag for restore execution
|
||||
- Fixed some memory leaks in case hashcat is shutting down due to some file error
|
||||
- Fixed some memory leaks in case mask-files are used in optimized mode
|
||||
- Fixed --status-json to correctly escape certain characters in hashes
|
||||
- Fixed the 7-Zip parser to allow the entire supported range of encrypted and decrypted data lengths
|
||||
- Fixed the validation of the --brain-client-features command line argument (only values 1, 2 or 3 are allowed)
|
||||
- Fixed --status-json to correctly escape certain characters in hashes
|
||||
|
||||
##
|
||||
## Improvements
|
||||
@@ -118,7 +122,7 @@
|
||||
- File handling: Print a truncation warning when an oversized line is detected
|
||||
- My Wallet: Added additional plaintext pattern used in newer versions
|
||||
- Office cracking: Support hash format with second block data for 40-bit oldoffice files (eliminates false positives)
|
||||
- OpenCL Runtime: Added a warning if OpenCL runtime NEO, Beignet, POCL or MESA is detected and skip associated devices (override with --force)
|
||||
- OpenCL Runtime: Added a warning if OpenCL runtime NEO, Beignet, POCL (v1.4 or older) or MESA is detected and skip associated devices (override with --force)
|
||||
- OpenCL Runtime: Disable OpenCL kernel cache on Apple for Intel CPU (throws CL_BUILD_PROGRAM_FAILURE for no reason)
|
||||
- OpenCL Runtime: Do not run shared- and constant-memory size checks if their memory type is of type global memory (typically CPU)
|
||||
- OpenCL Runtime: Improve ROCm detection and make sure to not confuse with recent AMDGPU drivers
|
||||
|
||||
@@ -297,6 +297,9 @@ NVIDIA GPUs require "NVIDIA Driver" (440.64 or later) and "CUDA Toolkit" (9.0 or
|
||||
- PKZIP (Uncompressed)
|
||||
- PKZIP Master Key
|
||||
- PKZIP Master Key (6 byte optimization)
|
||||
- SecureZIP AES-128
|
||||
- SecureZIP AES-192
|
||||
- SecureZIP AES-256
|
||||
- iTunes backup < 10.0
|
||||
- iTunes backup >= 10.0
|
||||
- WinZip
|
||||
@@ -344,6 +347,7 @@ NVIDIA GPUs require "NVIDIA Driver" (440.64 or later) and "CUDA Toolkit" (9.0 or
|
||||
- Apple
|
||||
- Intel
|
||||
- NVidia
|
||||
- POCL
|
||||
|
||||
##
|
||||
## Supported OpenCL device types
|
||||
|
||||
Reference in New Issue
Block a user