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

5048 Commits

Author SHA1 Message Date
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
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
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
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
jsteube
4dceea914f Refactor wordlist_autohex_disable variable to wordlist_autohex, same idea as outfile_autohex variable 2023-10-10 21:03:07 +00: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
raulperdomo
655cb2a108
Update module_19210.c
Changed Salt Minimum Len to 16
2023-10-02 11:26:35 -04: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
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
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
jsteube
302dab6a24 Simplify module_hash_decode() in -m 32700 2023-09-20 07:22:28 +00:00
jsteube
33be14995a Get rid of OPTS_TYPE_HASH_COPY in -m 19210 2023-09-19 07:19:44 +00:00
PenguinKeeper7
1bae3383dc Fix -o warning when already used 2023-09-18 16:16:47 +01:00
jsteube
32853374b9 Fix some file modes 2023-09-18 07:19:23 +00:00
Jens Steube
4dd2890b12
Merge pull request #3875 from gorgiaxx/master
Added -m 19210 QNX7 /etc/shadow Hash
2023-09-17 18:39:44 +02:00
Jens Steube
2801527d81
Merge pull request #3873 from piru/master
Raise Flask Session Cookie (-m 29100) max data length to 120 chars.
2023-09-16 15:54:39 +02:00
Jens Steube
bf65e65db0 Normalize module for -m 32700 and remove OPTS_TYPE_MP_MULTI_DISABLE and other not relevant flags 2023-09-15 08:49:13 +00:00
Gorgias
78ccd9783c
remove useless header file 2023-09-14 21:07:23 +08:00
Gorgias
1831101c3a
Merge branch 'hashcat:master' into master 2023-09-14 15:25:32 +08:00
gorgias
241b2aa566 Support QNX 7 SHA512 Hash 2023-09-14 15:24:50 +08:00
jsteube
5def8a3534 Rewrote -m 32700 kernel to use u32 datatype instead of u8 2023-09-14 06:28:19 +00:00
Jens Steube
a74270b120 Remove SHA1_TRANSFORM_SWAP modificaton in inc_hash_sha1.cl and use replacement of sha1_final in -m 32700 sources as replacement 2023-09-13 07:50:20 +00:00
Jens Steube
573423af97 Rewrite -m 32700 to use salt_iter and loop kernel as expected in slow hash modes 2023-09-12 07:10:31 +00:00
Harry Sintonen
8ae46f4487 Raise Flask Session Cookie (-m 29100) max data length to 120 chars. 2023-09-11 13:54:02 +03:00
Jens Steube
ce7e3b2483
Merge pull request #3863 from PenguinKeeper7/dictstat-never-created
Correctly check -j and -k when creating dictstat
2023-09-09 21:04:32 +02:00
Jens Steube
42f2286d16
Merge pull request #3742 from hans-vh/kremlin
Add support for Kremlin Encrypt (-m 32700)
2023-09-08 15:28:20 +02:00
PenguinKeeper7
e9eccf32b6 Space cleanup 2023-09-04 23:12:16 +01:00
PenguinKeeper7
2954b62a6a Use chgd variable to decide dictstat building
Use rule_buf_l_chgd and rule_buf_r_chgd instead of checking raw values for futureproofing / code cleanliness
2023-09-04 23:09:07 +01:00
PenguinKeeper7
0c65c03397 Correctly check -j / -k's values
Check as ':' instead of NULL, as : is the default value of rule_buf_l and rule_buf_r
2023-09-04 20:34:56 +01:00
PenguinKeeper7
f3fbc1174d Remove user_options from potfile.c
As title, to avoid a compiler unused variable warning
2023-09-04 19:24:38 +01:00
Jens Steube
0af2345916
Merge pull request #3851 from neheb/decvl
fix prototypes and old declarations
2023-08-31 17:03:33 +02:00
red
a1ff328ae9
Update module_31900.c
upgrade to use longer metamaskMobile hashes
2023-08-29 21:46:58 +02:00
Jens Steube
ede390c36a
Merge pull request #3839 from neheb/cas
fix some const-qual warnings
2023-08-24 13:51:28 +02:00
Jens Steube
db4d8e23e5
Merge pull request #3832 from mohemiv/potfile-fix
Fixing a bug that --outfile-autohex-disable affects potfile
2023-08-23 19:24:44 +02:00
Jens Steube
3c3737ed3e
Merge pull request #3838 from PenguinKeeper7/master
Prevent file-unsafe characters in --session
2023-08-21 20:59:48 +02:00
Rosen Penev
a55d4aa3c9 fix prototypes and old declarations
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-08-20 21:13:12 -07:00
Rosen Penev
ae07d65f34 clang-tidy: remove useless casts
Now that const was fixed, pointless casts can be removed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-08-20 21:10:34 -07:00