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

9540 Commits

Author SHA1 Message Date
jsteube
4da1d31668 Replaced index() with strchr() to enable mingw to compile windows binaries 2023-11-12 11:02:10 +00:00
Jens Steube
46ce637d3c
Merge pull request #3900 from 0x588/base58
Update inc_hash_base58.cl
2023-11-11 17:33:14 +01:00
jsteube
934105bec0 Start using extract_dynamicx_hash() from hlfmt_hash_hashcat() 2023-11-10 09:16:28 +00:00
jsteube
2029be782e Refactor extract_dynamic_x() to extract_dynamicx_hash() and add code 2023-11-09 15:04:32 +00:00
jsteube
2d3ebf1d4e Add global dynamic-x hash mode extraction function 2023-11-08 14:43:45 +00:00
0x588
a196cfe01c Update inc_hash_base58.cl
Fix the logic error in the loop
2023-11-08 17:08:58 +08:00
jsteube
4da995cf88 Change hlfmt.c strategy to extract dynamic-x hash-mode 2023-11-07 22:08:55 +00:00
jsteube
09915c7243 Prepare hlfmt.c for combination of --username and --dynamic-x 2023-11-06 20:05:09 +00:00
jsteube
81edbfd30a Add --dynamic-x parameter to bash completion script 2023-11-05 11:52:57 +00:00
jsteube
5f735dadae Add usage entry for new --dynamic-x parameter 2023-11-04 13:16:56 +00:00
jsteube
c00d88e2d9 Prepare hlfmt.c for dynamic_x flag 2023-11-03 18:30:29 +00:00
jsteube
cdad6cca7b Fix datatype access to user_options->username in hlfmt.c 2023-11-02 16:48:54 +00:00
jsteube
b66527f0d2 Prepare commandline parameter for upcoming partial support for $dynamic_X$ 2023-11-01 16:12:44 +00:00
jsteube
b1b349e8c9 Prepare commandline parameter for upcoming partial support for $dynamic_X$ 2023-10-31 10:38:10 +00:00
jsteube
adbcef6909 Refactor optimized_kernel_enable variable to just optimized_kernel, same idea as outfile_autohex variable 2023-10-30 15:09:36 +00:00
jsteube
686bc227cf Allow user to use --keyboard-layout-mapping for VeraCrypt SHA512 plugins.
This plugin doesn't require a dedicated boot hash-mode, because the iteration count is the same for both boot and partition/file hash-mode.
For that reason it should be allowed to use keyboard mapping functionality.
2023-10-26 11:42:01 +00:00
Jens Steube
8a206a9c09
Merge pull request #3895 from PenguinKeeper7/patch-1
Add 4060/4060Ti to autotune alias
2023-10-22 18:56:41 +02:00
jsteube
e55b331058 Refactor potfile_disable variable to just putfile, same idea as outfile_autohex variable 2023-10-21 16:42:29 +00:00
jsteube
b597a96328 Refactor restore_disable variable to restore_enable, try to make variable names always positive for easier handling 2023-10-20 12:16:18 +00:00
jsteube
ff94f4c9d0 Refactor self_test_disable variable to just self_test, same idea as outfile_autohex variable 2023-10-19 06:08:24 +00:00
PenguinKeeper7
208f9b88dd
Add 4060/4060Ti to autotune alias 2023-10-18 14:37:22 +01:00
jsteube
7b52dad8c9 Refactor multiply_accel_disable variable to just multiply_accel, same idea as outfile_autohex variable 2023-10-18 12:41:09 +00:00
jsteube
bf04a158aa Refactor markov_disable variable to just markov, same idea as outfile_autohex variable 2023-10-17 12:17:05 +00:00
jsteube
e498138bb6 Refactor logfile_disable variable to just logfile, same idea as outfile_autohex variable 2023-10-16 13:18:45 +00:00
jsteube
31240cf91a Fix hwmon_disable issue in hwmon.c 2023-10-15 18:43:36 +00:00
jsteube
98ee1bd396 Refactor hwmon_disable variable to just hwmon, same idea as outfile_autohex variable 2023-10-15 18:40:56 +00:00
Jens Steube
7bd7f2d8a1
Merge pull request #3893 from ViperelB/master
Optimized old "generated2.rule" with ruleprocessorY
2023-10-14 23:20:31 +02:00
jsteube
1255afb55c Refactor deprecated_check_disable variable to just deprecated_check, same idea as outfile_autohex variable 2023-10-13 12:17:44 +00:00
jsteube
652b66e642 Refactor advise_disable variable to just advise, same idea as outfile_autohex variable 2023-10-12 13:03:45 +00:00
ViperelB
4e45b535d0
Optimized old "dive.rule" with ruleprocessorY
Comments (untouched): 6
Rules Before: 99086
Rules After: 98670
no-op Removed: 0
same-op Optimized: 159
similar-op Removed: 416
Invalid Removed: 0
2023-10-12 11:07:26 +03:00
ViperelB
e2a4bcb58b
Optimized generated2.rule with ruleprocessorY
Rules Before: 65117
Rules After: 55349
no-op Removed: 0
same-op Optimized: 2
similar-op Removed: 9772
Invalid Removed: 0
2023-10-12 10:56:59 +03:00
jsteube
4dceea914f Refactor wordlist_autohex_disable variable to wordlist_autohex, same idea as outfile_autohex variable 2023-10-10 21:03:07 +00:00
jsteube
632504d1b0 Update tab completion script to support --outfile-json 2023-10-09 13:55:27 +00:00
Jens Steube
264e8ba95f
Merge pull request #3891 from PenguinKeeper7/outfile-json-check-fix
Fix --outfile-json check
2023-10-08 20:40:22 +02:00
PenguinKeeper7
a033180aa1
Update user_options.c 2023-10-08 02:59:01 +01:00
jsteube
37175f5067 Add remaining --outfile-json code 2023-10-07 13:02:47 +00:00
jsteube
e6715fbd89 Prepare options and usage for --outfile-json 2023-10-06 08:21:07 +00:00
jsteube
ec4ce2ed89 Prepare types.h for --outfile-json 2023-10-05 18:07:15 +00:00
Jens Steube
3d00a27818
Merge pull request #3885 from raulperdomo/raulperdomo-19210-patch-1
Update module_19210.c
2023-10-03 09:17:40 +02:00
raulperdomo
655cb2a108
Update module_19210.c
Changed Salt Minimum Len to 16
2023-10-02 11:26:35 -04:00
Jens Steube
d10f3979fc
Merge pull request #3884 from neheb/cr
Prevent the git autocrlf option from messing files
2023-10-01 21:46:53 +02:00
jsteube
8679512385 Fix some ordering in hashcat_init() 2023-09-29 08:11:20 +00:00
jsteube
8fbecc00cc Fix some ordering in hashcat_destroy() 2023-09-28 11:47:45 +00:00
Rosen Penev
e12fc290a0 Prevent the git autocrlf option from messing files
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-09-27 20:53:36 -07:00
jsteube
c59b4bffd5 Add note on how to get CUDA running on WSL2 2023-09-27 08:14:51 +00:00
jsteube
0d0a07012c Do not show HIPRTC notice if HIP is not installed. In that case we can assume the system doesn't have an AMD GPU 2023-09-26 08:52:46 +00:00
jsteube
2093f1b8fc Fix CRLF for windows scripts 2023-09-25 16:57:01 +00:00
jsteube
79d73a7cf8 Fix CRLF in OpenCL/inc_cipher_cast.cl 2023-09-24 20:25:55 +00:00
Jens Steube
f33109bed7
Merge pull request #3874 from ViperelB/master
Optimized T0XlCv2.rule with ruleprocessorY
2023-09-23 20:41:05 +02:00
Jens Steube
1a4a581774
Merge pull request #3880 from PenguinKeeper7/a9-outfile-warning-fix
Remove -o warning when already used
2023-09-22 21:16:01 +02:00