1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-21 15:48:08 +00:00

Fix changes.txt ordering

This commit is contained in:
jsteube 2023-08-27 14:40:24 +00:00
parent 20682e55b1
commit dba096242d

View File

@ -72,38 +72,37 @@
## Bugs ## Bugs
## ##
- Fixed keys extraction in luks2hashcat - now extracts all active keys - Added verification of token buffer length when using TOKEN_ATTR_FIXED_LENGTH
- Prevent Hashcat from hanging by checking during startup whether the output file is a named pipe - Fixed a bug in all SCRYPT-based hash modes with Apple Metal
- Fixed debug mode 5 by adding the missing colon between original-word and finding-rule - Fixed buffer overflow on module_26600.c / module_hash_encode()
- Skip chained generated rules that exceed the maximum number of function calls
- Fixed incorrect plaintext check for 25400 and 26610. Increased plaintext check to 32 bytes to prevent false positives.
- Fixed bug in --stdout that caused certain rules to malfunction
- Fixed bug in 18400 module_hash_encode - Fixed bug in 18400 module_hash_encode
- Fixed bug in 23800/unrar with Apple Silicon
- Fixed bug in 26900 module_hash_encode - Fixed bug in 26900 module_hash_encode
- Fixed bug in 29600 module OPTS_TYPE setting - Fixed bug in 29600 module OPTS_TYPE setting
- Fixed bug in grep out-of-memory workaround on Unit Test - Fixed bug in grep out-of-memory workaround on Unit Test
- Fixed bug in input_tokenizer when TOKEN_ATTR_FIXED_LENGTH is used and refactor modules - Fixed bug in input_tokenizer when TOKEN_ATTR_FIXED_LENGTH is used and refactor modules
- Fixed a bug in all SCRYPT-based hash modes with Apple Metal - Fixed bug in --stdout that caused certain rules to malfunction
- Added verification of token buffer length when using TOKEN_ATTR_FIXED_LENGTH
- Fixed build failed for 4410 with vector width > 1
- Fixed build failed for 10700 optimized with Apple Metal - Fixed build failed for 10700 optimized with Apple Metal
- Fixed build failed for 13772 and 13773 with Apple Metal - Fixed build failed for 13772 and 13773 with Apple Metal
- Fixed build failed for 18400 with Apple Metal - Fixed build failed for 18400 with Apple Metal
- Fixed build failed for 18600 with Apple Metal - Fixed build failed for 18600 with Apple Metal
- Fixed build failed for 4410 with vector width > 1
- Fixed build failure for almost all hash modes that make use of hc_swap64 and/or hc_swap64_S with Apple Metal - Fixed build failure for almost all hash modes that make use of hc_swap64 and/or hc_swap64_S with Apple Metal
- Fixed debug mode 5 by adding the missing colon between original-word and finding-rule
- Fixed display problem of the "Optimizers applied" list for algorithms using OPTI_TYPE_SLOW_HASH_SIMD_INIT2 and/or OPTI_TYPE_SLOW_HASH_SIMD_LOOP2 - Fixed display problem of the "Optimizers applied" list for algorithms using OPTI_TYPE_SLOW_HASH_SIMD_INIT2 and/or OPTI_TYPE_SLOW_HASH_SIMD_LOOP2
- Fixed incompatible pointer types (salt1 and salt2 buf) in 3730 a3 kernel - Fixed incompatible pointer types (salt1 and salt2 buf) in 3730 a3 kernel
- Fixed minimum password length in module of hash-mode 28200 - Fixed incorrect plaintext check for 25400 and 26610. Increased plaintext check to 32 bytes to prevent false positives.
- Fixed maximum password length in module/test_module of hash-mode 2410 - Fixed keys extraction in luks2hashcat - now extracts all active keys
- Handle signed/unsigned PDF permission P value for all PDF hash-modes
- Fixed minimum password length in module of hash-mode 29800
- Fixed maximum password length in module/test_module of hash-mode 2400 - Fixed maximum password length in module/test_module of hash-mode 2400
- Fixed buffer overflow on module_26600.c / module_hash_encode() - Fixed maximum password length in module/test_module of hash-mode 2410
- Fixed bug in 23800/unrar with Apple Silicon - Fixed minimum password length in module of hash-mode 28200
- Fixed vector datatypes usage for HIP - Fixed minimum password length in module of hash-mode 29800
- Fixed out-of-boundary read when a fast hash defines a kernel_loops_min value higher than the amplifiers provided by the user - Fixed out-of-boundary read when a fast hash defines a kernel_loops_min value higher than the amplifiers provided by the user
- Fixed vector datatypes usage for HIP
- Fix missing check for -j and -k before writing hashcat.dictstat2 which can lead to false negatives - Fix missing check for -j and -k before writing hashcat.dictstat2 which can lead to false negatives
- Fixed a bug that --outfile-autohex-disable affects potfile - Handle signed/unsigned PDF permission P value for all PDF hash-modes
- Prevent Hashcat from hanging by checking during startup whether the output file is a named pipe
- Skip chained generated rules that exceed the maximum number of function calls
## ##
## Technical ## Technical