Commit Graph

240 Commits (master)

Author SHA1 Message Date
jsteube 6ee2658104 Prefix more macros to avoid collisions in other existing libraries
1 year ago
jsteube f1ff925b6e Prepare rename macros in header files from _MACRO to MACRO
1 year ago
philsmd d9749e8799
change interface, add module_benchmark_charset ()
2 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 f1632b933e Add support to configure hash-mode specific range of number of hashes supported
5 years ago
jsteube 708a86fb59 Move old ascii_digest() to hashes.c and rename it to hash_encode(), also remove some unused includes
5 years ago
jsteube 88a051629c Support module specific JiT compiler build options
5 years ago
jsteube 8eb2558a7e Add -m 6211 module and moved some code around
5 years ago
jsteube bc1dd699e3 Add -m 1500 module
5 years ago
jsteube 79c8618025 Fix cross-compiled binaries and modules
5 years ago
jsteube bc22bfee2e Some cleanup
5 years ago
jsteube 17bd76ee62 Use settings from selftest hash for benchmark unless overriden by module hooks
5 years ago
jsteube 74265307fe Automate module interface version management
5 years ago
jsteube 0ae955c5ba With this commit, all hash_mode depending branches from core files are converted into hooks which can be registered on a module level
5 years ago
jsteube 86819c070f Add module_hash_save_binary() and module_hash_init_selftest()
5 years ago
jsteube 54edd16746 Clean up some code
5 years ago
jsteube 0186f025d3 Add support for hash modules to usage.c
5 years ago
jsteube 4c133c4567 Prepare hash_category
5 years ago
jsteube 6cbb5e4992 Refactor kernel_accel, kernel_loops and kernel_threads management in combination with modules
5 years ago
jsteube 9190be8d44 Add forced_kernel_accel function
5 years ago
jsteube e17c3a54d8 Add hook for unstable_warning
5 years ago
jsteube a81a566121 Remove hashcat_ctx requirement in ascii_digest()
5 years ago
jsteube cfc9772e0e Add module_hash_decode_zero_hash()
5 years ago
jsteube 3ad6fab63e Add module_potfile_disable()
5 years ago
jsteube da30151b70 Get rid of hash_mode in outfile_check.c
5 years ago
jsteube 6928e5bfbe Get rid of hash_mode in outfile_check.c
5 years ago
jsteube 4028bae578 Use dynloader.c instead of dlopen() directly
5 years ago
jsteube 7e1e1d34f8 Use real dlopen() to load the module
5 years ago
jsteube fa0b8e643d Fix pwdump column names
5 years ago
jsteube ea22065b9c Get rid of hash_mode in user_options.c
5 years ago
jsteube abbfc3d10b Get rid of hash_mode in hlfmt.c
6 years ago
jsteube 4993a85b27 Get rid of hash_mode in dictstat.c
6 years ago
jsteube 3c37daf94b Get rid of hash_mode in autotune.c
6 years ago
jsteube e2899aa83c Move code to migrate into separate files
6 years ago
jsteube 074947c6db Get rid of hashconfig_get_kernel_threads() and hashconfig_get_kernel_loops()
6 years ago
jsteube af22a9d1d9 Remove hashconfig_forced_kernel_threads()
6 years ago
jsteube 6e794841e3 Add default_benchmark_esalt(), default_benchmark_hook_salt(), default_benchmark_salt()
6 years ago
jsteube e79fa9c22f Simplify use of default functions
6 years ago
jsteube ca169a890c Add more global default value functions
6 years ago
jsteube 1d8c31a7e2 Add more global default value functions
6 years ago
jsteube a4fb31e8f7 Add more global default value functions
6 years ago
jsteube 3848c73f80 Add decoder_apply_optimizer ()
6 years ago
Jens Steube 9cf5d9cd6b
Merge pull request #1823 from hashcat/master
6 years ago
Jens Steube 3aecd150f9 Call module_hash_encode() in ascii_digest()
6 years ago
R. Yushaev b5a7e967c1 Add support for Open Document Format 1.1
6 years ago
Jens Steube 222d76f01e Replace parse_func() with module_hash_decode()
6 years ago
Jens Steube 42c3ab0485
Merge pull request #1820 from hashcat/master
6 years ago
Sein Coray a70a0513bf
Added hash mode 18500 sha1(md5(md5($pass)))
6 years ago
Jens Steube c6dcb1b8ae
Merge pull request #1809 from hashcat/master
6 years ago
R. Yushaev 6a5b0c821e Add support for Open Document Format 1.2
6 years ago