1
mirror of https://github.com/hashcat/hashcat synced 2025-08-20 01:52:33 +02:00
Commit Graph

1310 Commits

Author SHA1 Message Date
feb0bbfb75 Hash-Mode 18200: set native_threads to 32 with Apple GPU's 2022-01-07 22:34:46 +01:00
ff74ad5a99 Hash-Mode 10420: set native_threads to 32 with Apple GPU's 2022-01-07 22:33:39 +01:00
bd8e7a2975 Hash-Mode 10410: set native_threads to 32 with Apple GPU's 2022-01-07 22:33:03 +01:00
bec4b2e601 Hash-Mode 10400: set native_threads to 32 with Apple GPU's 2022-01-07 22:32:17 +01:00
d4c264ebf1 Hash-Mode 9820: set native_threads to 32 with Apple GPU's 2022-01-07 22:31:03 +01:00
0471725d39 Hash-Mode 9810: set native_threads to 32 with Apple GPU's 2022-01-07 22:30:22 +01:00
54fd3f8973 Hash-Mode 9800: set native_threads to 32 with Apple GPU's 2022-01-07 22:29:36 +01:00
d7ddb425e5 Hash-Mode 9720: set native_threads to 32 with Apple GPU's 2022-01-07 22:28:35 +01:00
688038adc6 Hash-Mode 9710: set native_threads to 32 with Apple GPU's 2022-01-07 22:27:50 +01:00
2d2d745b3c Hash-Mode 9700: set native_threads to 32 with Apple GPU's 2022-01-07 22:26:55 +01:00
607d314ff2 Merge branch 'master' into autotune_error_handling 2022-01-07 12:24:39 +01:00
b2499211b3 Merge branch 'master' into apple_updated_Makefile 2022-01-07 12:23:56 +01:00
56ef2b4bde Merge pull request from matrix/backend_cuda_restyle
CUDA Backend: moved functions to ext_cuda.c/ext_nvrtc.c and includes to ext_cuda.h/ext_nvrtc.h
2022-01-06 11:29:56 +01:00
6d2d865830 Fixed handling of password candidates that are shorter than the minimum password length in Association Attack 2022-01-05 11:05:41 +01:00
045ca5cb7a Fixed method how OPTS_TYPE_AUX* kernels are called in association mode, for instance WPA/WPA2 kernels 2022-01-05 10:46:00 +01:00
668d2179cd Kernels: Refactored standard kernel declaration to use a structure holding u32/u64 attributes to reduce the number of attributes 2022-01-04 18:07:18 +01:00
80f0dff8fb Makefile: updated MACOSX_DEPLOYMENT_TARGET to 10.15 and removed OpenCL framework from LFLAGS_NATIVE on MacOS 2022-01-04 17:41:57 +01:00
3802adff7e Autotune: Added error handling. By default skipping device on error, with --force using accel/loops/threads min values instead 2022-01-04 01:14:39 +01:00
f8ceb8785e CUDA Backend: moved functions to ext_cuda.c/ext_nvrtc.c and includes to ext_cuda.h/ext_nvrtc.h 2022-01-03 16:29:15 +01:00
78c7ee2af6 HIP Backend: moved functions to ext_hip.c/ext_hiprtc.c and includes to ext_hip.h/ext_hiprtc.h 2022-01-02 19:12:41 +01:00
656ed048f0 Merge pull request from matrix/backend_opencl_restyle
OpenCL Backend: moved functions to ext_OpenCL.c and includes to ext_OpenCL.h
2022-01-02 18:29:22 +01:00
dd3161949c Update license.txt 2022-01-01 20:04:53 +01:00
8867da9122 Add missing unit test and docs entry for -m 21420 2021-12-30 09:04:26 +01:00
26b6054cab OpenCL Backend: moved functions to ext_OpenCL.c and includes to ext_OpenCL.h 2021-12-28 21:55:05 +01:00
c014dc0c34 Updated test.sh 2021-12-28 16:38:38 +01:00
7df672683a Merge branch 'master' into unit_tests_update 2021-12-26 16:06:25 +01:00
861e644057 OpenCL Backend: added workaround to make optimized kernels work on Apple Silicon 2021-12-24 17:30:49 +01:00
806257f2e6 Merge pull request from matrix/backend_info_add_localMemory_size
Backend Info: Added local memory size to output
2021-12-22 19:17:05 +01:00
f1bcb6e059 Merge pull request from b0lek/master
Added guess data into --status-json output to fix 
2021-12-21 19:30:34 +01:00
5015bc0d2e Module Parser: Renamed struct token_t to hc_token_t to avoid naming conflict with token_t on MacOS 2021-12-20 13:19:40 +01:00
0d304b68f1 Added hash-mode: Teamspeak 3 (channel hash) 2021-12-19 10:33:06 +01:00
1b68d333a8 Unit tests: Updated test.sh to set default device-type to CPU with Apple Intel, force pure kernel with Apple Silicon and add -f (--force) option 2021-12-18 02:27:27 +01:00
450f9549b4 Backend Info: Added local memory size to output 2021-12-17 22:43:11 +01:00
f4edcc33eb updating recent two changes 2021-12-17 22:25:06 +01:00
8b61f60e86 Merge pull request from matrix/apple_m1_final
Added support to use Apple Silicon compute devices
2021-12-15 20:53:10 +01:00
b53624d0a3 update changes and credits 2021-12-14 19:42:35 +01:00
bf865d8bff Added hash-mode: Exodus Desktop Wallet (scrypt) 2021-12-14 13:46:20 +01:00
acc592e963 Added support to use --debug-mode in attack-mode 9 (Association Attack) 2021-12-12 10:18:05 +01:00
8b9fa631ce Fixed missing option flag OPTS_TYPE_SUGGEST_KG for hash-mode 11600 to inform the user about possible false positives in this mode 2021-12-11 16:32:45 +01:00
69788cd10d Add note about the new module_hash_decode_postprocess() function to plugin developer guide 2021-12-10 19:36:51 +01:00
4dc98b334a Fixed undefined function call to hc_byte_perm_S() in hash-mode 17010 on non-CUDA compute devices 2021-12-08 16:30:32 +01:00
3d53188cc3 Tuning Database: Added a warning if a module implements module_extra_tuningdb_block but the installed computing device is not found 2021-12-04 16:56:16 +01:00
6d46185488 Add some description for OPTS_TYPE_BINARY_HASHFILE_OPTIONAL in developer guide 2021-12-02 17:21:03 +01:00
964cff951f Fixed functional error when nonce-error-corrections that were set on the command line in hash-mode 22000/22001 were not accepted 2021-11-29 10:40:06 +01:00
5b4ac09e91 User Options: Add new module function module_hash_decode_postprocess() to override hash specific configurations from command line 2021-11-28 13:58:27 +01:00
d5d09df75c Association Attack: Enable module specific pw_min and pw_max settings to avoid false positives in -a 9 attack-mode 2021-11-27 09:14:03 +01:00
5389adff81 Usage Screen: On windows console, wait for any keypress if usage_mini_print() is used 2021-11-26 09:53:42 +01:00
1458f8fa8d Update hashcat-plugin-development-guide.md with new OPTS_TYPE_* flags 2021-11-25 19:37:32 +01:00
c5637b8dc0 Unset PRODUCTION option 2021-11-21 17:01:01 +01:00
fe1d3f95bb hashcat 6.2.5 2021-11-21 16:39:01 +01:00