1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-23 15:18:16 +00:00
Commit Graph

4300 Commits

Author SHA1 Message Date
Jens Steube
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
Jens Steube
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
Gabriele Gristina
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
Jens Steube
656ed048f0
Merge pull request #3086 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
Jens Steube
6d5add1720
Merge pull request #3085 from matrix/clang_build_warnings
Fix build warnings with clang <= 10
2021-12-31 17:40:04 +01:00
Gabriele Gristina
85afe0fc5a simplify Makefile 2021-12-30 13:34:43 +01:00
Gabriele Gristina
a205a41bd5 Added missing options to help output 2021-12-29 15:36:07 +01:00
Jens Steube
6975cc0903
Merge pull request #2293 from seger672/m21420
Implement sha256($salt.sha256_bin($pass)) kernel
2021-12-29 11:43:33 +01:00
Jens Steube
8c6ed65cd9
Update module_21420.c 2021-12-29 11:42:14 +01:00
Gabriele Gristina
26b6054cab OpenCL Backend: moved functions to ext_OpenCL.c and includes to ext_OpenCL.h 2021-12-28 21:55:05 +01:00
Gabriele Gristina
644e2db8ba Fix build warning with clang <= 10 2021-12-28 21:26:08 +01:00
Gabriele Gristina
861e644057 OpenCL Backend: added workaround to make optimized kernels work on Apple Silicon 2021-12-24 17:30:49 +01:00
Jens Steube
ae9e3072b2 Merge branch 'master' of https://github.com/hashcat/hashcat 2021-12-23 19:23:46 +01:00
Jens Steube
df6e5480ca Print module_extra_tuningdb_block undefined compute device warning only on GPU 2021-12-23 19:23:35 +01:00
Jens Steube
806257f2e6
Merge pull request #3068 from matrix/backend_info_add_localMemory_size
Backend Info: Added local memory size to output
2021-12-22 19:17:05 +01:00
Jens Steube
f1bcb6e059
Merge pull request #3067 from b0lek/master
Added guess data into --status-json output to fix #3061
2021-12-21 19:30:34 +01:00
Jens Steube
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
Jens Steube
0d304b68f1 Added hash-mode: Teamspeak 3 (channel hash) 2021-12-19 10:33:06 +01:00
Jens Steube
ad48ef2a8c Merge branch 'master' of https://github.com/hashcat/hashcat 2021-12-18 17:51:36 +01:00
Jens Steube
c80ec44fdd Prepare TS3 plugin: parser module 2021-12-18 17:51:16 +01:00
b0lek
705dd16f50
Quotes removed from numbers and % sign removed. 2021-12-18 16:44:40 +01:00
Gabriele Gristina
450f9549b4 Backend Info: Added local memory size to output 2021-12-17 22:43:11 +01:00
b0lek
2b3162f49b
adding guess data into --status-json output 2021-12-17 22:07:28 +01:00
Brandon Chalk
fc57a97a09 Fix JWT module to correctly return cracked hash
Fixes issue #3063
2021-12-16 20:05:32 -08:00
Jens Steube
8b61f60e86
Merge pull request #3058 from matrix/apple_m1_final
Added support to use Apple Silicon compute devices
2021-12-15 20:53:10 +01:00
Jens Steube
bf865d8bff Added hash-mode: Exodus Desktop Wallet (scrypt) 2021-12-14 13:46:20 +01:00
Gabriele Gristina
3fd6dac523 Set default device-type to GPU with Apple M1 2021-12-14 00:37:17 +01:00
Gabriele Gristina
0fae3a4394 Added support for Apple Silicon compute devices 2021-12-13 22:42:42 +01:00
Jens Steube
e88122019b
Merge pull request #3055 from b0lek/master
Fixing HEX wordlist support in -m 3000 see #3050
2021-12-13 14:45:49 +01:00
b0lek
3c493877ab
Adding upcase conversion for --hex-wordlist mode 2021-12-12 15:11:46 +01:00
b0lek
33db7a06e0
Fixed typo and some comments 2021-12-12 14:43:16 +01:00
b0lek
b6e5c7427b
Added missing convertion to upper case 2021-12-12 14:27:10 +01:00
Jens Steube
acc592e963 Added support to use --debug-mode in attack-mode 9 (Association Attack) 2021-12-12 10:18:05 +01:00
b0lek
2a3a840146
Solved --wordlist-autohex-disable not working correcly. 2021-12-11 21:14:45 +01:00
b0lek
8804c62d49
Fixing HEX wordlist support in -m 3000 see #3050 2021-12-11 19:38:30 +01:00
Jens Steube
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
Jens Steube
d4a54287b1 Add missing backslash for RUN_INSTRUCTION_CHECKS() on AMD 2021-12-09 14:03:32 +01:00
Jens Steube
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
Jens Steube
d89409ae37 Update iteration count for -m 7401, see #3049 2021-12-03 17:51:05 +01:00
Jens Steube
040fb3b7eb
Merge pull request #3045 from hashcat/philsmd-patch-1
remove whitespace in -m 7100 = macOS
2021-12-01 14:32:04 +01:00
Jens Steube
632b6db5f9 Allow user to override nonce_error_corrections regardless of information from message_pair 2021-11-30 13:05:53 +01:00
philsmd
d67155d3d6
remove whitespace in -m 7100 = macOS 2021-11-29 17:00:45 +01:00
Jens Steube
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
Jens Steube
0d1fbf2bb7 Update module template for -m 250x and -m 1680x 2021-11-28 17:51:44 +01:00
Jens Steube
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
Jens Steube
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
Jens Steube
5389adff81 Usage Screen: On windows console, wait for any keypress if usage_mini_print() is used 2021-11-26 09:53:42 +01:00
Jens Steube
98edc944e3 Remove OPTS_TYPE_MP_MULTI_DISABLE from -m 11300 for testing 2021-11-24 21:16:35 +01:00
Jens Steube
490ef6be74 Remove OPTS_TYPE_MP_MULTI_DISABLE from -m 3200 for testing 2021-11-23 18:01:14 +01:00
Jens Steube
c5637b8dc0 Unset PRODUCTION option 2021-11-21 17:01:01 +01:00