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 |
|
Rosen Penev
|
795674c939
|
fix some const-qual warnings
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
2023-08-20 20:55:54 -07:00 |
|
Arseniy Sharoglazov
|
0553bf96b8
|
Removed duplicate lines from WPA modules
|
2023-08-10 06:02:52 +03:00 |
|
Gabriele Gristina
|
2adf735e51
|
Fixed bug in input_tokenizer when TOKEN_ATTR_FIXED_LENGTH is used and refactor modules
|
2023-04-11 19:34:01 +02:00 |
|
philsmd
|
d9749e8799
|
change interface, add module_benchmark_charset ()
|
2022-07-15 17:17:57 +02:00 |
|
Jens Steube
|
6fce6fb3ff
|
Update all existing modules to use the stock module marker
|
2022-04-08 14:11:50 +02:00 |
|
Chick3nman
|
88dbbad6b3
|
Disable autodetect for specialist kernels(Collider, PMK, NT, etc.) and deprecated kernels to aid users in launching attacks without an algorithm selected
|
2022-02-14 13:25:44 -06:00 |
|
Jens Steube
|
668d2179cd
|
Kernels: Refactored standard kernel declaration to use a structure holding u32/u64 attributes to reduce the number of attributes
|
2022-01-04 18:07:18 +01:00 |
|
Jens Steube
|
5015bc0d2e
|
Module Parser: Renamed struct token_t to hc_token_t to avoid naming conflict with token_t on MacOS
|
2021-12-20 13:19:40 +01:00 |
|
Jens Steube
|
632b6db5f9
|
Allow user to override nonce_error_corrections regardless of information from message_pair
|
2021-11-30 13:05:53 +01:00 |
|
Jens Steube
|
964cff951f
|
Fixed functional error when nonce-error-corrections that were set on the command line in hash-mode 22000/22001 were not accepted
|
2021-11-29 10:40:06 +01:00 |
|
Jens Steube
|
5b4ac09e91
|
User Options: Add new module function module_hash_decode_postprocess() to override hash specific configurations from command line
|
2021-11-28 13:58:27 +01:00 |
|
Jens Steube
|
707bff5c20
|
Backport nonce_error_corrections workaround from -m 22000 to -m 22001
|
2021-10-17 19:31:17 +02:00 |
|
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
|
15f35fa68c
|
Scrypt Kernels: Reduced kernel wait times by making it a true split kernel where iteration count = N value
|
2021-04-21 15:59:14 +02:00 |
|
Jens Steube
|
1323ef3a82
|
Support loading hash from command line in -m 22000 and -m 22001
Fixes #2742
|
2021-04-04 11:38:02 +02:00 |
|
Jens Steube
|
04d5e5a119
|
New Attack-Mode: Association Attack. Like JtR's single mode. Very early
stage. See hashcat Forum for detailed writeup.
|
2020-09-29 15:56:32 +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
|
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 |
|
Jens Steube
|
424a6ee8e9
|
Fix endianess of MIC in -m 22000 and -m 22001 outfile format
|
2020-01-26 10:45:41 +01:00 |
|
Jens Steube
|
7797488a12
|
Add PMKID/MIC to cracked output line in -m 22000 and -m 22001
|
2020-01-19 18:12:16 +01:00 |
|
Jens Steube
|
616683df5c
|
Use an easier example hash for -m 22001
|
2020-01-19 10:50:47 +01:00 |
|
Jens Steube
|
daaf5d365c
|
Use * in potfile entries for -m 22000 and -m 22001
|
2020-01-02 10:41:22 +01:00 |
|
Jens Steube
|
81903e95ee
|
Fix EAPOL temporary buffer overflow in -m 22000 and -m 22001
|
2019-12-22 10:35:40 +01:00 |
|
Jens Steube
|
c9b4e796b0
|
Fix missing EOL in -m 22000 and -m 22001
|
2019-12-22 10:11:25 +01:00 |
|
Jens Steube
|
2cc4244e14
|
Initial -m 22001 support
|
2019-12-19 22:14:42 +01:00 |
|