Jens Steube
|
01738fafa0
|
Deprecated Plugins: Add new module function module_deprecated_notice() to mark a plugin as deprecated and to return a free text user notice
Added option --deprecated-check-disable to enable deprecated plugins
|
2021-08-10 17:59:52 +02:00 |
|
Jens Steube
|
20a7b9f992
|
Tuning-Database: Add new module function module_extra_tuningdb_block() to extend hashcat.hctune content from a plugin
See src/modules/module_08900.c as an example
|
2021-08-01 16:25:37 +02:00 |
|
Jens Steube
|
7c5fe5e233
|
Slow Kernels: Set some of the slowest kernels to OPTS_TYPE_MP_MULTI_DISABLE
|
2021-07-20 12:47:40 +02:00 |
|
Jens Steube
|
62397283c1
|
VeraCrypt: Increase password length support for non-boot volumes from 64 to 128.
See https://github.com/hashcat/hashcat/issues/2616 for details.
|
2021-06-17 09:45:30 +02:00 |
|
Jens Steube
|
282eb75fe9
|
Update module_unstable_warning for benchmark long selection on macOS for CPU and GPU; Allow use of GPU without --force testwise
|
2021-05-10 19:57:56 +02:00 |
|
Jens Steube
|
98aef2ae92
|
Module Structure: Add 3rd party library hook management functions. This also requires an update to all existing module_init()
|
2020-08-29 16:12:15 +02:00 |
|
Jens Steube
|
b9f6777f1b
|
OpenCL Runtime: Add some unstable warnings for some SHA512 based algorithms on AMD GPU on macOS
|
2020-07-15 11:27:46 +02:00 |
|
Jens Steube
|
4aaec30ada
|
Merge pull request #2404 from philsmd/master
use our safe free () wrapper hcfree whenever possible
|
2020-06-02 12:34:19 +02:00 |
|
Jens Steube
|
84d3981e7b
|
Add returncode PARSER_HAVE_ERRNO as a valid returncode from module_hash_binary_count() and module_hash_binary_parse() module hooks. You can use this in case fopen() fails and you want to transport back the original error from the OS
|
2020-05-27 15:23:02 +02:00 |
|
philsmd
|
d1c3274965
|
use our safe free () wrapper hcfree whenever possible
|
2020-05-14 19:21:59 +02:00 |
|
Jens Steube
|
3ce3ecedd9
|
Reenable VeraCrypt on ROCM
|
2020-02-20 16:09:41 +01:00 |
|
Jens Steube
|
d9473358ef
|
Add support for OPTS_TYPE_LOOP_EXTENDED kernel for special cases like VeraCrypt
|
2020-02-20 16:00:21 +01:00 |
|
Jens Steube
|
c90d83c3eb
|
Prepare for UNROLL whitelisting
|
2020-02-15 12:44:12 +01:00 |
|
Jens Steube
|
4ed18af14c
|
Make VeraCrypt PIM configuration mechanism easier to read
|
2020-02-08 12:24:47 +01:00 |
|
Jens Steube
|
42b3ef7b90
|
Mark -m 137xx as unstable on rocm
|
2020-01-25 11:26:34 +01:00 |
|
Gabriele Gristina
|
3161aec3da
|
fix the comments :)
|
2019-07-01 17:27:08 +02:00 |
|
Gabriele Gristina
|
5679ca3344
|
Rewrite hc_fopen to better handling file descriptor locking/unlocking functions, saving kernels binary from plain to gzip format
|
2019-07-01 01:30:24 +02:00 |
|
Gabriele Gristina
|
481c752456
|
No more compress functions, update example.dict.gz, remove some comments
|
2019-06-27 20:18:47 +02:00 |
|
Gabriele Gristina
|
398c89c75c
|
switch almost all FILE ops, potfile is the only missing
|
2019-06-26 19:06:46 +02:00 |
|
Gabriele Gristina
|
b2529af172
|
remove original commented code
|
2019-06-22 15:00:50 +02:00 |
|
Gabriele Gristina
|
6cb4abd526
|
Add zlib support v2
|
2019-06-21 21:56:38 +02:00 |
|
Jens Steube
|
deb3843d76
|
Use NO_UNROLL in sha512 based PBKDF2 kernels with additional AES/Twofish decrypts for better performance
|
2019-06-07 11:07:17 +02:00 |
|
Jens Steube
|
f1632b933e
|
Add support to configure hash-mode specific range of number of hashes supported
|
2019-05-19 14:46:05 +02:00 |
|
jsteube
|
b8d609ba16
|
WPA/WPA2 cracking: In the potfile, replace password with PMK in order to detect already cracked networks across all WPA modes
|
2019-04-02 11:24:22 +02:00 |
|
jsteube
|
c0a31b3239
|
Prepare potfile specific module_hash_decode and module_hash_encode hooks
|
2019-04-01 12:32:11 +02:00 |
|
jsteube
|
f9110c6863
|
Fix calculation of brute forced PIM
|
2019-03-30 17:03:06 +01:00 |
|
jsteube
|
d80603648e
|
Replace plain_t with void in module_build_plain_postprocess() enables some options
|
2019-03-30 16:32:11 +01:00 |
|
jsteube
|
218322f630
|
Support for inline VeraCrypt PIM Brute-Force
|
2019-03-15 21:48:49 +01:00 |
|
jsteube
|
88a051629c
|
Support module specific JiT compiler build options
|
2019-03-02 11:12:13 +01:00 |
|
jsteube
|
b01038b8f4
|
Allow module_hash_encode() to be set to MODULE_DEFAULT if OPTS_TYPE_BINARY_HASHFILE is set. In that case return hashfile name
|
2019-02-22 07:00:34 +01:00 |
|
jsteube
|
bab735b367
|
Get rid of hash_type variable. This hopefully reduces some confusion for new hashcat kernel developers
|
2019-02-12 16:02:27 +01:00 |
|
jsteube
|
c9e796fcf0
|
Add some more modules converted
|
2019-02-08 13:00:40 +01:00 |
|