Commit Graph

9556 Commits (e15169bd49592e7afed4ed2c64073eb6f7291fef)
 

Author SHA1 Message Date
jsteube e15169bd49 Fix allocation buffer for --dynamic-x in hashes_init_stage2()
6 months ago
jsteube 810c65f908 Fix some warning about --dynamic-x in hashes_init_stage1()
6 months ago
jsteube d7bcc76b92 Add dynamic-x info to to save_hash()
6 months ago
jsteube 9d1bbd8472 Add support for hash comparison checks to allow slight inaccuracies if so selected in the kernel
6 months ago
jsteube f8bd133373 Add new function count_bits_32() in inc_common.cl
6 months ago
Jens Steube 13559cf902
Merge pull request #3904 from ViperelB/master
6 months ago
jsteube 1b357036f4 Add initial code for dynamic-x support in potfile.c, not active yet
6 months ago
ViperelB 6f862d25b5
typo fix
6 months ago
ViperelB 17c3ec31db
Updated Alias.hctune with more AMD cards
6 months ago
jsteube 9269229c03 Fix some variable names and types related to dynamic-x support in hashes.c
6 months ago
jsteube b906a145ca Initialize new dynamicx type in autodetect_hashmode_test()
6 months ago
jsteube d2d27cd35e Add code to fetch dynamic-x info in potfile if there's dynamic-x enabled
6 months ago
jsteube dad46090d7 Fix variable name dynamicx_t in hashinfo_t
6 months ago
jsteube 7faa6a94a5 Add dynamicx_t type for later use in potfile.c and outfile.c and also add to hashinfo_t
7 months ago
jsteube 252e7614da Add a warning about delayed output in case --dynamic-x is used in combination with --show
7 months ago
jsteube 702306dfd5 If --dynamic-x is used, potfile database needs to keep all hashes
7 months ago
jsteube 4da1d31668 Replaced index() with strchr() to enable mingw to compile windows binaries
7 months ago
Jens Steube 46ce637d3c
Merge pull request #3900 from 0x588/base58
7 months ago
jsteube 934105bec0 Start using extract_dynamicx_hash() from hlfmt_hash_hashcat()
7 months ago
jsteube 2029be782e Refactor extract_dynamic_x() to extract_dynamicx_hash() and add code
7 months ago
jsteube 2d3ebf1d4e Add global dynamic-x hash mode extraction function
7 months ago
0x588 a196cfe01c Update inc_hash_base58.cl
7 months ago
jsteube 4da995cf88 Change hlfmt.c strategy to extract dynamic-x hash-mode
7 months ago
jsteube 09915c7243 Prepare hlfmt.c for combination of --username and --dynamic-x
7 months ago
jsteube 81edbfd30a Add --dynamic-x parameter to bash completion script
7 months ago
jsteube 5f735dadae Add usage entry for new --dynamic-x parameter
7 months ago
jsteube c00d88e2d9 Prepare hlfmt.c for dynamic_x flag
7 months ago
jsteube cdad6cca7b Fix datatype access to user_options->username in hlfmt.c
7 months ago
jsteube b66527f0d2 Prepare commandline parameter for upcoming partial support for $dynamic_X$
7 months ago
jsteube b1b349e8c9 Prepare commandline parameter for upcoming partial support for $dynamic_X$
7 months ago
jsteube adbcef6909 Refactor optimized_kernel_enable variable to just optimized_kernel, same idea as outfile_autohex variable
7 months ago
jsteube 686bc227cf Allow user to use --keyboard-layout-mapping for VeraCrypt SHA512 plugins.
7 months ago
Jens Steube 8a206a9c09
Merge pull request #3895 from PenguinKeeper7/patch-1
7 months ago
jsteube e55b331058 Refactor potfile_disable variable to just putfile, same idea as outfile_autohex variable
7 months ago
jsteube b597a96328 Refactor restore_disable variable to restore_enable, try to make variable names always positive for easier handling
7 months ago
jsteube ff94f4c9d0 Refactor self_test_disable variable to just self_test, same idea as outfile_autohex variable
7 months ago
PenguinKeeper7 208f9b88dd
Add 4060/4060Ti to autotune alias
7 months ago
jsteube 7b52dad8c9 Refactor multiply_accel_disable variable to just multiply_accel, same idea as outfile_autohex variable
7 months ago
jsteube bf04a158aa Refactor markov_disable variable to just markov, same idea as outfile_autohex variable
7 months ago
jsteube e498138bb6 Refactor logfile_disable variable to just logfile, same idea as outfile_autohex variable
8 months ago
jsteube 31240cf91a Fix hwmon_disable issue in hwmon.c
8 months ago
jsteube 98ee1bd396 Refactor hwmon_disable variable to just hwmon, same idea as outfile_autohex variable
8 months ago
Jens Steube 7bd7f2d8a1
Merge pull request #3893 from ViperelB/master
8 months ago
jsteube 1255afb55c Refactor deprecated_check_disable variable to just deprecated_check, same idea as outfile_autohex variable
8 months ago
jsteube 652b66e642 Refactor advise_disable variable to just advise, same idea as outfile_autohex variable
8 months ago
ViperelB 4e45b535d0
Optimized old "dive.rule" with ruleprocessorY
8 months ago
ViperelB e2a4bcb58b
Optimized generated2.rule with ruleprocessorY
8 months ago
jsteube 4dceea914f Refactor wordlist_autohex_disable variable to wordlist_autohex, same idea as outfile_autohex variable
8 months ago
jsteube 632504d1b0 Update tab completion script to support --outfile-json
8 months ago
Jens Steube 264e8ba95f
Merge pull request #3891 from PenguinKeeper7/outfile-json-check-fix
8 months ago