1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-13 03:08:58 +00:00
Commit Graph

9216 Commits

Author SHA1 Message Date
Jens Steube
3ca706f9a6
Merge pull request #3705 from Chick3nman/Add-new-GPUs
Add Nvidia RTX 4070
2023-05-06 21:10:37 +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
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
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
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
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
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
Gabriele Gristina
81f90db23b
Merge branch 'master' into fix_18400_moduleHashEncode 2023-04-27 17:07:04 +02:00
Jens Steube
bd101ae042
Merge pull request #3697 from matrix/fix_grep_out-of-memory_workaround
Fixed bug in grep out-of-memory workaround on Unit Test
2023-04-27 15:55:26 +02:00
Jens Steube
eba1201f87
Merge branch 'master' into fix_grep_out-of-memory_workaround 2023-04-27 15:55:21 +02:00
Dávid Bolvanský
c430942676 JSON-escape example_hash in hash info 2023-04-27 11:35:59 +02:00
Jens Steube
bd3aca92f9
Merge pull request #3691 from matrix/fix_testModule_29800
Fixed minimum password length in module of hash-mode 29800
2023-04-26 22:47:22 +02:00
Jens Steube
20456bfc72
Merge branch 'master' into fix_testModule_29800 2023-04-26 22:47:15 +02:00
Gabriele Gristina
5ac38b381d updated default build timeout on Apple Metal to 120 seconds 2023-04-26 03:11:55 +02:00
Chick3nman
0795f1b360 Add Nvidia RTX 4070 now that it's released. 2023-04-25 15:21:49 -05:00
Jens Steube
8ae790bfb5
Merge pull request #3687 from matrix/fix_26610
Fixed test module and cleanup implementation of MetaMask short (26610)
2023-04-25 22:14:14 +02:00
Gabriele Gristina
5f332995bc Metal Backend: added workaround to prevent 'Infinite Loop' bug when build kernels 2023-04-25 17:17:46 +02:00
Gabriele Gristina
f504c692fe Fix 31900 hash parsing error 2023-04-25 17:09:22 +02:00
Gabriele Gristina
2b818b1d8a Fixed build failed for 31700 with Apple Metal 2023-04-25 16:35:58 +02:00
Jens Steube
a9d843870d
Merge pull request #3686 from matrix/fix_bof_26600
Fixed buffer overflow on module_26600.c / module_hash_encode()
2023-04-24 16:51:05 +02:00
Jens Steube
f847593a66
Merge pull request #3683 from matrix/fix_tokenizer_TOKEN_ATTR_FIXED_LENGTH
Fixed bug in input_tokenizer when TOKEN_ATTR_FIXED_LENGTH is used and refactor modules
2023-04-23 11:39:00 +02:00
Gabriele Gristina
27938ef803 verify separator also with TOKEN_ATTR_FIXED_LENGTH (part 2) 2023-04-23 02:04:02 +02:00
Gabriele Gristina
0d992a9ea3 verify separator also with TOKEN_ATTR_FIXED_LENGTH 2023-04-23 01:41:00 +02:00
Jens Steube
41a4d8c9c1
Merge pull request #3685 from matrix/add_metamaskMobile
Added hash-mode: MetaMask Mobile Wallet, updated extraction tool
2023-04-22 19:36:06 +02:00
Gabriele Gristina
e09d07868b Fixed minimum password length in module of hash-mode 28200 2023-04-22 18:57:00 +02:00
Gabriele Gristina
756e2e07b1 Fixed bug in 26900 module_hash_encode 2023-04-22 18:48:46 +02:00
Gabriele Gristina
95bfc80378 Fixed 18200 module_hash_encode 2023-04-22 17:19:34 +02:00
Gabriele Gristina
76ce735954 Fixed bug in 18400 module_hash_encode 2023-04-22 16:52:01 +02:00
Gabriele Gristina
4e56f4f25b Fixed bug in grep out-of-memory workaround on Unit Test 2023-04-21 23:15:25 +02:00
Gabriele Gristina
0f9007dd3e
Merge branch 'master' into fix_tokenizer_TOKEN_ATTR_FIXED_LENGTH 2023-04-21 20:02:05 +02:00
Jens Steube
ca4dc7acf9
Merge pull request #3682 from matrix/fix_opti_null
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
2023-04-21 18:51:47 +02:00
Gabriele Gristina
8e08efa6e0
Merge branch 'master' into fix_opti_null 2023-04-21 13:46:22 +02:00
Jens Steube
1d1fe098e3
Merge pull request #3680 from matrix/fix_18400_metal
Fixed build failed for 18400 with Apple Metal
2023-04-20 19:43:07 +02:00
Gabriele Gristina
25a91542b7
Merge branch 'master' into fix_18400_metal 2023-04-19 20:00:21 +02:00
Jens Steube
506ab658c5
Merge pull request #3681 from matrix/fix_18600_metal
Fixed build failed for 18600 with Apple Metal
2023-04-19 19:19:00 +02:00
Jens Steube
4c15021596
Merge branch 'master' into fix_18600_metal 2023-04-19 19:18:51 +02:00
Jens Steube
ba6a9c2d3c
Merge branch 'master' into fix_18400_metal 2023-04-18 20:23:35 +02:00
Jens Steube
8be51f1a3e
Merge pull request #3679 from matrix/fix_31700_vec
Fixed incompatible pointer types (salt1 and salt2 buf) in 31700 a3 kernel
2023-04-18 20:23:05 +02:00
Gabriele Gristina
38f3b77a3a Fixed minimum password length in module of hash-mode 29800 2023-04-18 20:13:39 +02:00
Jens Steube
9af0f9911e
Merge branch 'master' into fix_31700_vec 2023-04-17 16:00:39 +02:00
Jens Steube
8a1c81ab8c
Merge pull request #3678 from matrix/fix_3730_vec
Fixed incompatible pointer types (salt1 and salt2 buf) in 3730 a3 kernel
2023-04-17 15:59:44 +02:00
Gabriele Gristina
a4f8690e1a
Merge branch 'master' into fix_3730_vec 2023-04-16 15:32:51 +02:00
Gabriele Gristina
529b933302
Merge branch 'master' into fix_31700_vec 2023-04-16 15:32:20 +02:00
Gabriele Gristina
312cd78af4
Merge branch 'master' into fix_18400_metal 2023-04-16 15:31:53 +02:00