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
|
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
|
c90d83c3eb
|
Prepare for UNROLL whitelisting
|
2020-02-15 12:44:12 +01:00 |
|
Gabriele Gristina
|
caf34e0e83
|
Fix some *print* format arguments
|
2019-06-29 17:49:57 +02:00 |
|
Jens Steube
|
581839d402
|
Fix more missing NO_UNROLL configurations on CUDA
|
2019-06-07 12:23:51 +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 |
|
Jens Steube
|
a6bc1d3cc0
|
Experimental kernel-thread autotuner
|
2019-05-11 11:58:18 +02:00 |
|
Jens Steube
|
2b0f657564
|
Limit some modules to 64 threads in order to get additional L1 cache
|
2019-05-10 23:51:09 +02:00 |
|
Jens Steube
|
e3500ff4aa
|
Add CUDA device attributes to -I
|
2019-04-30 13:38:44 +02:00 |
|
jsteube
|
6d21c1633b
|
Fix loop_step value in selftest.c, this also workarounds Trap 6 errors
|
2019-04-18 14:29:39 +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
|
5b667d2c01
|
Get rid of src/cpu_aes.c, src/cpu_des.c, src/cpu_md5.c and src/cpu_sha256.c
|
2019-03-25 15:54:58 +01:00 |
|
jsteube
|
9da14d55a2
|
Some module specific trap 6 markers
|
2019-03-10 11:50:31 +01:00 |
|
Jens Steube
|
b585f25c8c
|
Move more no unrolling exceptions from inc_vendor.cl to specific modules
|
2019-03-08 09:45:51 +01:00 |
|
jsteube
|
88a051629c
|
Support module specific JiT compiler build options
|
2019-03-02 11:12:13 +01:00 |
|
jsteube
|
87c24200da
|
Added QNX /etc/shadow hash cracking support
- Added hash-mode 19000 QNX /etc/shadow (MD5)
- Added hash-mode 19100 QNX /etc/shadow (SHA256)
- Added hash-mode 19200 QNX /etc/shadow (SHA512)
Implements #35
|
2019-02-27 17:53:00 +01:00 |
|