magnum
|
b2c846135d
|
Recover from (rare) non-fatal file locking problems
|
2025-02-26 11:12:47 +01:00 |
|
unix-ninja
|
faa680fbab
|
Add gitea2hashcat.py
|
2025-02-15 22:30:05 -05:00 |
|
unix-ninja
|
08514edd22
|
Ignore .DS_Store files.
|
2025-02-15 22:29:38 -05:00 |
|
Mayank Malik
|
3033ed1263
|
Merge branch 'hashcat:master' into hip_rtc_windows_env_implementation
|
2025-02-11 16:50:50 +05:30 |
|
sc00bz
|
ab77b8f5ba
|
Added support for multiple TOTP codes
|
2025-02-03 10:35:05 -06:00 |
|
PenguinKeeper7
|
29259ff973
|
Improve salt length reporting in hashconfig
Increase the amount of hash modes that will have their salt min/max length showed by including SALT_TYPE_GENERIC
|
2025-01-07 02:43:31 +00:00 |
|
Nripesh Niketan
|
731aad106d
|
Updated workflow as requested
|
2024-12-04 17:45:51 +00:00 |
|
Code Curiously
|
5b26392adb
|
Fix RAM usage bug for Linux Apple Silicon #4125
|
2024-12-01 19:20:26 +00:00 |
|
wizardsd
|
0ba76629c0
|
Fixed a host buffer overflow bug when copying rules from host to device
|
2024-11-07 12:47:36 +03:00 |
|
Nripesh Niketan
|
620731c8e8
|
Optimize github workflow
|
2024-11-06 10:31:15 +00:00 |
|
Nripesh Niketan
|
d6b50c7d0b
|
chore: update github workflow
|
2024-11-06 10:29:13 +00:00 |
|
Gabriele Gristina
|
d93d208ad8
|
Modules: Added module_unstable_warning for 22500, update module_unstable_warning for 10700
|
2024-10-31 18:43:35 +01:00 |
|
Gabriele Gristina
|
db814b5837
|
Update PR #3735
|
2024-10-31 18:29:23 +01:00 |
|
Gabriele Gristina
|
5efbd2f435
|
Fixed clang identification in src/Makefile
|
2024-10-31 18:17:34 +01:00 |
|
Mathias
|
d756a6617c
|
Update backend.c
Fixes hiprtcCompileProgram(): HIPRTC_ERROR_COMPILATION on AMD 6900XT.
```bash
hiprtcCompileProgram(): HIPRTC_ERROR_COMPILATION
ld.lld: error: undefined hidden symbol: __ockl_get_group_id
>>> referenced by /home/mathias/.local/share/hashcat/comgr-69ec34/input/shared_kernel.o:(gpu_decompress)
>>> referenced by /home/mathias/.local/share/hashcat/comgr-69ec34/input/shared_kernel.o:(gpu_decompress)
>>> referenced by /home/mathias/.local/share/hashcat/comgr-69ec34/input/shared_kernel.o:(gpu_memset)
>>> referenced 7 more times
ld.lld: error: undefined hidden symbol: __ockl_get_local_size
>>> referenced by /home/mathias/.local/share/hashcat/comgr-69ec34/input/shared_kernel.o:(gpu_decompress)
>>> referenced by /home/mathias/.local/share/hashcat/comgr-69ec34/input/shared_kernel.o:(gpu_decompress)
>>> referenced by /home/mathias/.local/share/hashcat/comgr-69ec34/input/shared_kernel.o:(gpu_memset)
>>> referenced 7 more times
ld.lld: error: undefined hidden symbol: __ockl_get_local_id
>>> referenced by /home/mathias/.local/share/hashcat/comgr-69ec34/input/shared_kernel.o:(gpu_decompress)
>>> referenced by /home/mathias/.local/share/hashcat/comgr-69ec34/input/shared_kernel.o:(gpu_decompress)
>>> referenced by /home/mathias/.local/share/hashcat/comgr-69ec34/input/shared_kernel.o:(gpu_memset)
>>> referenced 7 more times
* Device #1: Kernel /usr/local/share/hashcat/OpenCL/shared.cl build failed.
* Device #1: Kernel /usr/local/share/hashcat/OpenCL/shared.cl build failed.
```
|
2024-10-29 15:35:10 +01:00 |
|
Gabriele Gristina
|
356ad9f927
|
Fixed memory leaks in tuning_db_init in tuningdb.c
|
2024-10-27 00:45:44 +02:00 |
|
Gabriele Gristina
|
b67638ab36
|
do not allow --stdout and --slow-candidates
|
2024-10-26 15:11:45 +02:00 |
|
Gabriele Gristina
|
e3c097c88b
|
do not allow --show and --restore
|
2024-10-26 14:51:11 +02:00 |
|
Gabriele Gristina
|
0788fd9ae7
|
Fixed stack buffer overflow in PKZIP modules (17200, 17210, 17220, 17225, 17230)
|
2024-10-26 13:24:00 +02:00 |
|
Gabriele Gristina
|
a66c93ae1e
|
Fixed bug in --stdout when multiple computing devices are active
|
2024-10-24 21:13:11 +02:00 |
|
Gabriele Gristina
|
7398b03be3
|
User Options: limit --bitmap-max value to 31
|
2024-10-24 20:15:08 +02:00 |
|
Flaggx1
|
4e0fc2099e
|
Removed incorrect semicolon and blank line
|
2024-07-25 07:29:26 -04:00 |
|
Flaggx1
|
d299b2833e
|
Reduce user-defined charsets to 8. Remove unnecessary code.
|
2024-07-25 07:07:27 -04:00 |
|
Flagg
|
7d75520343
|
Merge branch 'hashcat:master' into feature_increase_custom_charsets
|
2024-07-25 06:38:51 -04:00 |
|
jsteube
|
6716447dfc
|
Add support for zero-length salts in Electrum $4 and $5
|
2024-04-20 17:35:45 +00: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 |
|
Mayank
|
08f6cf7e0a
|
Updated HIP SDK detection to use ENV variable on Windows
|
2024-02-08 10:16:25 +05:30 |
|
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 |
|
fse-a
|
f8c0899670
|
Increased-virtual-backend-limit
Increased the virtual backend limit.
|
2024-01-25 10:27:38 +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 |
|
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 |
|