Commit Graph

27 Commits (ae07d65f34d3e5d3fdecc2019a57ceab74fcfdbd)

Author SHA1 Message Date
Rosen Penev ae07d65f34 clang-tidy: remove useless casts
9 months ago
Rosen Penev 795674c939 fix some const-qual warnings
9 months ago
Arseniy Sharoglazov 0553bf96b8 Removed duplicate lines from WPA modules
10 months ago
Gabriele Gristina 2adf735e51 Fixed bug in input_tokenizer when TOKEN_ATTR_FIXED_LENGTH is used and refactor modules
1 year ago
philsmd d9749e8799
change interface, add module_benchmark_charset ()
2 years ago
Jens Steube 6fce6fb3ff Update all existing modules to use the stock module marker
2 years ago
Chick3nman 88dbbad6b3 Disable autodetect for specialist kernels(Collider, PMK, NT, etc.) and deprecated kernels to aid users in launching attacks without an algorithm selected
2 years ago
Jens Steube 668d2179cd Kernels: Refactored standard kernel declaration to use a structure holding u32/u64 attributes to reduce the number of attributes
2 years ago
Jens Steube 5015bc0d2e Module Parser: Renamed struct token_t to hc_token_t to avoid naming conflict with token_t on MacOS
2 years ago
Jens Steube 632b6db5f9 Allow user to override nonce_error_corrections regardless of information from message_pair
3 years ago
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
3 years ago
Jens Steube 5b4ac09e91 User Options: Add new module function module_hash_decode_postprocess() to override hash specific configurations from command line
3 years ago
Jens Steube 707bff5c20 Backport nonce_error_corrections workaround from -m 22000 to -m 22001
3 years ago
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
3 years ago
Jens Steube 20a7b9f992 Tuning-Database: Add new module function module_extra_tuningdb_block() to extend hashcat.hctune content from a plugin
3 years ago
Jens Steube 15f35fa68c Scrypt Kernels: Reduced kernel wait times by making it a true split kernel where iteration count = N value
3 years ago
Jens Steube 1323ef3a82 Support loading hash from command line in -m 22000 and -m 22001
3 years ago
Jens Steube 04d5e5a119 New Attack-Mode: Association Attack. Like JtR's single mode. Very early
4 years ago
Jens Steube 98aef2ae92 Module Structure: Add 3rd party library hook management functions. This also requires an update to all existing module_init()
4 years ago
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
4 years ago
Jens Steube 424a6ee8e9 Fix endianess of MIC in -m 22000 and -m 22001 outfile format
4 years ago
Jens Steube 7797488a12 Add PMKID/MIC to cracked output line in -m 22000 and -m 22001
4 years ago
Jens Steube 616683df5c Use an easier example hash for -m 22001
4 years ago
Jens Steube daaf5d365c Use * in potfile entries for -m 22000 and -m 22001
4 years ago
Jens Steube 81903e95ee Fix EAPOL temporary buffer overflow in -m 22000 and -m 22001
5 years ago
Jens Steube c9b4e796b0 Fix missing EOL in -m 22000 and -m 22001
5 years ago
Jens Steube 2cc4244e14 Initial -m 22001 support
5 years ago