|
38 | 38 | ##
|
39 | 39 |
|
40 | 40 | - Fixed keys extraction in luks2hashcat - now extracts all active keys
|
41 |
| -- Prevent Hashcat from hanging by checking during startup that the output file is a named pipe |
| 41 | +- Prevent Hashcat from hanging by checking during startup whether the output file is a named pipe |
42 | 42 | - Fixed debug mode 5 by adding the missing colon between original-word and finding-rule
|
43 |
| -- Skip generated rule that was the result of chaining rule operation and caused this generated rule to exceed the maximum number of function calls |
| 43 | +- Skip chained generated rules that exceed the maximum number of function calls |
44 | 44 | - Fixed incorrect plaintext check for 25400 and 26610. Increased plaintext check to 32 bytes to prevent false positives.
|
45 | 45 | - Fixed bug in --stdout that caused certain rules to malfunction
|
46 | 46 |
|
|
51 | 51 | - AMD Driver: Updated requirements for AMD Windows drivers to "AMD Adrenalin Edition" (Adrenalin 22.5.1 exactly)
|
52 | 52 | - Apple Driver: Automatically enable GPU support on Apple OpenCL instead of CPU support
|
53 | 53 | - Apple Driver: Updated requirements to use Apple OpenCL API to macOS 13.0 - use
|
54 |
| -- Backend Checks: Described workaround in error message when detecting more than 64 backend devices |
| 54 | +- Backend Checks: Describe workaround in error message when detecting more than 64 backend devices |
55 | 55 | - Brain: Added sanity check and corresponding error message for invalid --brain-port values
|
56 | 56 | - Modules: Added support for non-zero IVs for -m 6800 (Lastpass). Also added `tools/lastpass2hashcat.py`
|
57 | 57 | - Status Code: Add specific return code for self-test fail (-11)
|
58 |
| -- SCRYPT: Increase buffer sizes in module for hash mode 8900 to allow longer SCRYPT digests |
59 |
| -- Unicode: Update UTF8 to UTF16 conversion to match RFC 3629 |
60 |
| -- User Options: Added error message when mixing --username and --show to warn users of exponential delay |
| 58 | +- Scrypt: Increase buffer sizes in module for hash mode 8900 to allow longer scrypt digests |
| 59 | +- Unicode: Update UTF-8 to UTF-16 conversion to match RFC 3629 |
| 60 | +- User Options: Added error message when mixing --username and --show to warn users of exponential delay |
61 | 61 |
|
62 | 62 | * changes v6.2.5 -> v6.2.6
|
63 | 63 |
|
|
92 | 92 | ##
|
93 | 93 |
|
94 | 94 | - Added new backend support for Metal, the OpenCL replacement API on Apple
|
95 |
| -- Added support to building universal macOS binary on Apple Silicon |
96 |
| -- Added support to use --debug-mode in attack-mode 9 (Association Attack) |
| 95 | +- Added support for building universal macOS binary on Apple Silicon |
| 96 | +- Added support for using --debug-mode in attack-mode 9 (association attack) |
97 | 97 | - Added hex encoding format for --separator option
|
98 | 98 | - Added password candidates range to --status-json output
|
99 | 99 | - Added parameter to Bitwarden mode for second iteration count
|
100 |
| -- Added support to use 'John the Ripper' hash format with hash-type 13100 |
101 |
| -- Added support to use 'John the Ripper' hash format with hash-type 18200 |
102 |
| -- Added the hash extraction scripts from the tools folder also to beta/release versions |
| 100 | +- Added support for using 'John the Ripper' hash format with hash-type 13100 |
| 101 | +- Added support for using 'John the Ripper' hash format with hash-type 18200 |
| 102 | +- Added hash extraction scripts from the tools folder to beta/release versions |
103 | 103 | - Added user advice if a hash throws 'token length exception'
|
104 | 104 | - Added tunings/ folder in order to replace hashcat.hctune. Configuration files with *.hctune suffix are automatically load on startup
|
| 105 | +- Added link to 'ubernoob' documentation when no parameters are supplied on Windows |
105 | 106 |
|
106 | 107 | ##
|
107 | 108 | ## Bugs
|
|
0 commit comments