Flagg
95977a0490
Merge branch 'hashcat:master' into feature_increase_custom_charsets
2023-05-21 11:06:46 -04:00
jsteube
5ceb8c7688
Add SCRYPT 16k:8:1 tunings for 4090
2023-05-21 11:07:33 +00:00
Flaggx1
b437459e5b
Rename "Undefined" to "Undef" in status output for unused user charsets
2023-05-21 02:10:14 -04:00
Flaggx1
a0de388bb9
Increase number of user-defined charsets from 4 to 9
...
This feature change increases the number of user-defined charsets from a maximum of 4 to 9. This enables more advanced and efficient attacks in certain cases.
2023-05-21 00:05:08 -04:00
Jens Steube
cb36114d95
Merge pull request #3727 from matrix/fix_module_501
...
added missing memset for token2 in module_hash_decode(), module_00501.c
2023-05-20 15:55:29 +02:00
Jens Steube
c100ad7be2
Merge pull request #3725 from matrix/prepare_hashModes_31500_31600
...
Unit tests: add test modules for hash-modes 31500 and 31600 and handle them in tools/test.pl
2023-05-19 21:01:26 +02:00
Gabriele Gristina
a0732495fa
add missing md4_hex import in 31600 test module
2023-05-18 21:58:46 +02:00
Gabriele Gristina
423faea47d
cleanup test.pl and implement module_get_random_password() in 31500/31600 test modules
2023-05-18 21:38:14 +02:00
Jens Steube
939a97d145
Merge pull request #3726 from matrix/fix_tokenizer_ATTR_FIXED_LEN
...
Added verification of token buffer length when using TOKEN_ATTR_FIXED_LENGTH
2023-05-18 20:29:48 +02:00
Jens Steube
7d2dfe9d2f
Merge pull request #3722 from matrix/update_deps_OpenCL
...
Dependencies: Updated OpenCL-Headers to v2023.04.17
2023-05-17 19:34:00 +02:00
Jens Steube
f840574aab
Merge pull request #3719 from matrix/fix_sprintf_iokit
...
Hardware Monitor: avoid sprintf in src/ext_iokit.c
2023-05-16 16:30:05 +02:00
Jens Steube
df97165ca8
Merge pull request #3716 from matrix/fix_31300_vector
...
Fixed build failed for 31300 with vector width > 1
2023-05-15 14:56:19 +02:00
Jens Steube
cef1ec8e16
Merge branch 'master' into fix_31300_vector
2023-05-15 14:56:09 +02:00
Jens Steube
5780430176
Merge pull request #3715 from matrix/fix_OpenCL_blake2s
...
Fixed build failed for 31000/Blake2s with vector width > 1
2023-05-14 16:54:32 +02:00
Gabriele Gristina
546b94f3d2
added missing memset for token2 in module_hash_decode(), module_00501.c
2023-05-14 00:26:43 +02:00
Gabriele Gristina
01f20c84f9
Added verification of token buffer length when using TOKEN_ATTR_FIXED_LENGTH
2023-05-13 20:38:56 +02:00
Jens Steube
18639745ef
Merge pull request #3714 from matrix/fix_4410_metal
...
Fixed build failed for 4410 with vector width > 1
2023-05-13 19:59:17 +02:00
Jens Steube
d157a5ccd2
Merge pull request #3713 from matrix/beautify_5800_opencl
...
beautified OpenCL 5800 kernels
2023-05-12 20:54:41 +02:00
Jens Steube
8f26b9be84
Merge pull request #3711 from matrix/fix_29600_a3
...
Fixed bug in 29600 module OPTS_TYPE setting
2023-05-11 12:44:41 +02:00
Gabriele Gristina
8652720ca9
Unit tests: add test modules for hash-modes 31500 and 31600 and handle them in tools/test.pl
2023-05-11 01:19:59 +02:00
Gabriele Gristina
684ce0afcf
Merge branch 'master' into fix_sprintf_iokit
2023-05-10 18:55:16 +02:00
Jens Steube
bf1d7d0789
Merge pull request #3710 from matrix/help2int
...
Help: show supported hash-modes only with -hh
2023-05-10 15:47:41 +02:00
Gabriele Gristina
0dcb64278a
Dependencies: Updated OpenCL-Headers to v2023.04.17
2023-05-09 18:48:51 +02:00
Jens Steube
bdedb609d0
Merge pull request #3709 from OutWrest/master
...
Added hash-mode: md5(md5(md5($pass)).$salt)
2023-05-09 17:58:40 +02:00
jsteube
be7e848d28
Add hcmalloc_aligned() and hcfree_aligned()
2023-05-08 23:11:33 +00:00
Gabriele Gristina
f4a1d25b72
Hardware Monitor: avoid sprintf in src/ext_iokit.c
2023-05-08 01:34:46 +02:00
Jens Steube
6db1f3fb42
Merge pull request #3708 from matrix/fix_31400
...
SecureCRT MasterPassphrase v2: update module, pure kernels and test unit. Add optimized kernels.
2023-05-07 17:08:27 +02:00
Jens Steube
3ca706f9a6
Merge pull request #3705 from Chick3nman/Add-new-GPUs
...
Add Nvidia RTX 4070
2023-05-06 21:10:37 +02:00
Gabriele Gristina
5b4ab2cc0b
Fixed build failed for 31300 with vector width > 1
2023-05-05 19:45:33 +02:00
Gabriele Gristina
903c1136c8
Fixed build failed for 31000/Blake2s with vector width > 1
2023-05-05 19:31:24 +02:00
Gabriele Gristina
aa4be217fd
Merge branch 'master' into help2int
2023-05-05 15:41:37 +02:00
Gabriele Gristina
3109ebc2c7
Merge branch 'master' into fix_31400
2023-05-05 15:40:50 +02:00
Jens Steube
56b322cf6e
Merge pull request #3704 from matrix/fix_MTLCompilerService_InfiniteLoop_bug
...
Metal Backend: added workaround to prevent 'Infinite Loop' bug when build kernels
2023-05-05 13:20:12 +02:00
Gabriele Gristina
02e160c250
Fixed build failed for 4410 with vector width > 1
2023-05-04 22:09:14 +02:00
Jens Steube
d127558bbc
Merge pull request #3707 from davidbolvansky/dbolvans/fix-json-hash-info
...
JSON-escape example_hash in hash info
2023-05-04 09:53:43 +02:00
Gabriele Gristina
1f7a4587aa
beautified OpenCL 5800 kernels
2023-05-04 00:30:42 +02:00
Jens Steube
772dc5dd1f
Merge pull request #3703 from matrix/fix_31900_sep_unmatched
...
Fix 31900 hash parsing error
2023-05-03 15:39:25 +02:00
Jens Steube
363d84e95a
Merge pull request #3702 from matrix/fix_metal_31700_a0
...
Fixed build failed for 31700 with Apple Metal
2023-05-02 17:16:40 +02:00
Gabriele Gristina
5e82703f7e
Fixed bug in 29600 module OPTS_TYPE setting
2023-05-02 00:55:11 +02:00
Jens Steube
0534fd37fb
Merge pull request #3700 from matrix/fix_28200_testUnit
...
Fixed minimum password length in module of hash-mode 28200
2023-05-01 17:54:17 +02:00
Gabriele Gristina
36606addac
Help: show supported hash-modes only with -hh
2023-05-01 17:38:42 +02:00
Gabriele Gristina
2fe2d299bc
update changes.txt + cleanup
2023-05-01 03:44:39 +02:00
Gabriele Gristina
e6d1a4c8a2
Added --metal-compiler-runtime option
2023-05-01 03:33:35 +02:00
Gabriele Gristina
92218daf6d
Merge remote-tracking branch 'upstream/master' into fix_MTLCompilerService_InfiniteLoop_bug
2023-05-01 02:50:25 +02:00
Jens Steube
cdd1e050b0
Merge pull request #3699 from matrix/fix_26900_module_hash_encode
...
Fixed bug in 26900 module_hash_encode
2023-04-30 10:03:13 +02:00
jsteube
0176daa03e
Fix a bug in self-test section. Hashcat used the salt_repeat value of the first hash not the self-test hash
2023-04-29 19:16:17 +00:00
Outwrest
f262417dc1
Updated 3610 selftest hash
2023-04-28 17:01:51 -05:00
Outwrest
7785d953dd
Added hash-mode: md5(md5(md5()).)
2023-04-28 16:20:53 -05:00
Gabriele Gristina
5f7aa3f33d
Merge branch 'master' into fix_26900_module_hash_encode
2023-04-28 19:56:18 +02:00
Jens Steube
453e4c8211
Merge pull request #3698 from matrix/fix_18400_moduleHashEncode
...
Fixed bug in 18400 module_hash_encode
2023-04-28 16:41:03 +02:00