1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-07-31 02:48:50 +00:00
Commit Graph

10131 Commits

Author SHA1 Message Date
its5Q
55406d8342
Cleaner JSON key handling in metamask2hashcat
Co-authored-by: kgolawski <konrad.golawski@gmail.com>
2024-02-22 22:48:00 +10:00
its5Q
205e7f6e71 Update metamask2hashcat help string 2024-02-22 03:40:36 +10:00
its5Q
c4bb788ad5 Add hashmodes 26620 and 26630 with dynamic iteration count 2024-02-22 03:39:05 +10:00
Jens Steube
fafb277e07
Merge pull request #3950 from fse-a/scrypt-performance-improvements
Improve performance of scrypt-based algorithms by code reordering.
2024-02-16 10:29:35 +01:00
fse-a
47509b2954 Improve performance of scrypt-based algorithms by code reordering. 2024-02-15 15:17:29 +01:00
Mayank
992f1c13ba
Removed -nocudalib from hiprtc_options to fix LLVMBitcode compilation error when using HIP Backend 2024-02-09 23:15:54 +05:30
Konrad Goławski
bd538bb755 Tool veracrypt2hashcat.py code cleanup 2024-02-08 16:07:15 +01:00
Konrad Goławski
d1b1a64a8c VeraCrypt modules code cleanup 2024-02-08 15:51:47 +01:00
Mayank
08f6cf7e0a
Updated HIP SDK detection to use ENV variable on Windows 2024-02-08 10:16:25 +05:30
PenguinKeeper7
f2f2456cd7 Performance warning adjustment
Be more forgiving before displaying a performance warning
2024-01-30 02:57:01 +00:00
c0rs
29dfcee3b5 RACF KDFAES module - fix author 2024-01-30 00:40:02 +03:00
c0rs
cd74101a04 RACF KDFAES module 2024-01-30 00:20:41 +03:00
Jens Steube
c1a10518fd
Merge pull request #3938 from fse-a/increase-virtual-backend-limit
Increase virtual backend limit
2024-01-29 11:20:10 +01:00
PenguinKeeper7
c5b81ab8ec Flush debug-file more often
Instead of only flushing/unlocking the debug file at the end of the run, flush after each write, aligning it with the outfile and potfile's behaviour
2024-01-29 00:18:32 +00:00
fse-a
f8c0899670 Increased-virtual-backend-limit
Increased the virtual backend limit.
2024-01-25 10:27:38 +01:00
Serge van den Boom
cf27ff4272 Improve error messages for module_ctx_t structure validation checks. 2024-01-18 23:14:16 +01:00
philsmd
892bb5183c
update license year to 2024 2024-01-07 11:56:16 +01:00
Royce Williams
cd5dc9e3ce summarize invalid rule chains 2023-12-12 23:00:20 -09:00
Jens Steube
4d412c8e04
Merge pull request #3910 from Fil0sOFF/intel-igpu-memory-usage-fix
Fix RAM usage for Intel iGPUs
2023-11-27 16:24:08 +01:00
jsteube
e15169bd49 Fix allocation buffer for --dynamic-x in hashes_init_stage2() 2023-11-26 07:31:18 +00:00
jsteube
810c65f908 Fix some warning about --dynamic-x in hashes_init_stage1() 2023-11-25 11:44:47 +00:00
jsteube
d7bcc76b92 Add dynamic-x info to to save_hash() 2023-11-24 23:20:46 +00:00
Sergey Popov
c7923fe8ba Fix RAM usage for Intel iGPUs 2023-11-24 23:03:00 +02:00
PenguinKeeper7
6e164ad9c5
Add faq link to potfile advice 2023-11-23 20:14:25 +00:00
jsteube
9d1bbd8472 Add support for hash comparison checks to allow slight inaccuracies if so selected in the kernel 2023-11-23 15:19:02 +00:00
jsteube
f8bd133373 Add new function count_bits_32() in inc_common.cl 2023-11-22 03:36:28 +00:00
Jens Steube
13559cf902
Merge pull request #3904 from ViperelB/master
Updated Alias.hctune with more AMD cards
2023-11-21 13:15:23 +01:00
jsteube
1b357036f4 Add initial code for dynamic-x support in potfile.c, not active yet 2023-11-20 10:14:09 +00:00
ViperelB
6f862d25b5
typo fix 2023-11-20 10:06:12 +02:00
ViperelB
17c3ec31db
Updated Alias.hctune with more AMD cards 2023-11-20 09:36:19 +02:00
jsteube
9269229c03 Fix some variable names and types related to dynamic-x support in hashes.c 2023-11-19 11:45:24 +00:00
jsteube
b906a145ca Initialize new dynamicx type in autodetect_hashmode_test() 2023-11-18 21:04:41 +00:00
jsteube
d2d27cd35e Add code to fetch dynamic-x info in potfile if there's dynamic-x enabled 2023-11-17 22:03:01 +00:00
jsteube
dad46090d7 Fix variable name dynamicx_t in hashinfo_t 2023-11-16 19:01:25 +00:00
jsteube
7faa6a94a5 Add dynamicx_t type for later use in potfile.c and outfile.c and also add to hashinfo_t 2023-11-15 17:06:37 +00:00
jsteube
252e7614da Add a warning about delayed output in case --dynamic-x is used in combination with --show 2023-11-14 07:05:20 +00:00
jsteube
702306dfd5 If --dynamic-x is used, potfile database needs to keep all hashes 2023-11-13 08:48:11 +00:00
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
PenguinKeeper7
a41e161bee Check --outfile-check-timer immediately 2023-11-09 22:25:00 +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