Commit Graph

  • d2d27cd35e Add code to fetch dynamic-x info in potfile if there's dynamic-x enabled jsteube 2023-11-17 22:03:01 +0000
  • dad46090d7 Fix variable name dynamicx_t in hashinfo_t jsteube 2023-11-16 19:01:25 +0000
  • 7faa6a94a5 Add dynamicx_t type for later use in potfile.c and outfile.c and also add to hashinfo_t jsteube 2023-11-15 17:06:37 +0000
  • 252e7614da Add a warning about delayed output in case --dynamic-x is used in combination with --show jsteube 2023-11-14 07:05:20 +0000
  • 702306dfd5 If --dynamic-x is used, potfile database needs to keep all hashes jsteube 2023-11-13 08:48:11 +0000
  • 4da1d31668 Replaced index() with strchr() to enable mingw to compile windows binaries jsteube 2023-11-12 11:02:10 +0000
  • 46ce637d3c
    Merge pull request #3900 from 0x588/base58 Jens Steube 2023-11-11 17:33:14 +0100
  • 934105bec0 Start using extract_dynamicx_hash() from hlfmt_hash_hashcat() jsteube 2023-11-10 09:16:28 +0000
  • a41e161bee Check --outfile-check-timer immediately #3902 PenguinKeeper7 2023-11-09 22:25:00 +0000
  • 2029be782e Refactor extract_dynamic_x() to extract_dynamicx_hash() and add code jsteube 2023-11-09 15:04:32 +0000
  • fb92bd5679
    improve tests #3901 bipkitty 2023-11-08 23:28:49 +0000
  • 2d3ebf1d4e Add global dynamic-x hash mode extraction function jsteube 2023-11-08 14:43:45 +0000
  • f70f3761a9
    bip39 bitcoin wallet module bipkitty 2023-10-18 21:26:41 +0000
  • a196cfe01c Update inc_hash_base58.cl #3900 0x588 2023-11-08 17:08:58 +0800
  • 4da995cf88 Change hlfmt.c strategy to extract dynamic-x hash-mode jsteube 2023-11-07 22:08:55 +0000
  • 09915c7243 Prepare hlfmt.c for combination of --username and --dynamic-x jsteube 2023-11-06 20:05:09 +0000
  • 81edbfd30a Add --dynamic-x parameter to bash completion script jsteube 2023-11-05 11:52:57 +0000
  • 5f735dadae Add usage entry for new --dynamic-x parameter jsteube 2023-11-04 13:16:56 +0000
  • c00d88e2d9 Prepare hlfmt.c for dynamic_x flag jsteube 2023-11-03 18:30:29 +0000
  • cdad6cca7b Fix datatype access to user_options->username in hlfmt.c jsteube 2023-11-02 16:48:54 +0000
  • b66527f0d2 Prepare commandline parameter for upcoming partial support for $dynamic_X$ jsteube 2023-11-01 16:12:44 +0000
  • b1b349e8c9 Prepare commandline parameter for upcoming partial support for $dynamic_X$ jsteube 2023-10-31 10:38:10 +0000
  • adbcef6909 Refactor optimized_kernel_enable variable to just optimized_kernel, same idea as outfile_autohex variable jsteube 2023-10-30 15:09:36 +0000
  • 686bc227cf Allow user to use --keyboard-layout-mapping for VeraCrypt SHA512 plugins. This plugin doesn't require a dedicated boot hash-mode, because the iteration count is the same for both boot and partition/file hash-mode. For that reason it should be allowed to use keyboard mapping functionality. jsteube 2023-10-26 11:42:01 +0000
  • 8a206a9c09
    Merge pull request #3895 from PenguinKeeper7/patch-1 Jens Steube 2023-10-22 18:56:41 +0200
  • e55b331058 Refactor potfile_disable variable to just putfile, same idea as outfile_autohex variable jsteube 2023-10-21 16:42:29 +0000
  • b597a96328 Refactor restore_disable variable to restore_enable, try to make variable names always positive for easier handling jsteube 2023-10-20 12:16:18 +0000
  • ff94f4c9d0 Refactor self_test_disable variable to just self_test, same idea as outfile_autohex variable jsteube 2023-10-19 06:08:24 +0000
  • 208f9b88dd
    Add 4060/4060Ti to autotune alias #3895 PenguinKeeper7 2023-10-18 14:37:22 +0100
  • 7b52dad8c9 Refactor multiply_accel_disable variable to just multiply_accel, same idea as outfile_autohex variable jsteube 2023-10-18 12:41:09 +0000
  • bf04a158aa Refactor markov_disable variable to just markov, same idea as outfile_autohex variable jsteube 2023-10-17 12:17:05 +0000
  • e498138bb6 Refactor logfile_disable variable to just logfile, same idea as outfile_autohex variable jsteube 2023-10-16 13:18:45 +0000
  • 31240cf91a Fix hwmon_disable issue in hwmon.c jsteube 2023-10-15 18:43:36 +0000
  • 98ee1bd396 Refactor hwmon_disable variable to just hwmon, same idea as outfile_autohex variable jsteube 2023-10-15 18:40:56 +0000
  • 7bd7f2d8a1
    Merge pull request #3893 from ViperelB/master Jens Steube 2023-10-14 23:20:31 +0200
  • 1255afb55c Refactor deprecated_check_disable variable to just deprecated_check, same idea as outfile_autohex variable jsteube 2023-10-13 12:17:44 +0000
  • 652b66e642 Refactor advise_disable variable to just advise, same idea as outfile_autohex variable jsteube 2023-10-12 13:03:45 +0000
  • 4e45b535d0
    Optimized old "dive.rule" with ruleprocessorY #3893 ViperelB 2023-10-12 11:07:26 +0300
  • e2a4bcb58b
    Optimized generated2.rule with ruleprocessorY ViperelB 2023-10-12 10:56:59 +0300
  • 4dceea914f Refactor wordlist_autohex_disable variable to wordlist_autohex, same idea as outfile_autohex variable jsteube 2023-10-10 21:03:07 +0000
  • 46703f95ce
    Whitespace formatting #3888 PenguinKeeper7 2023-10-09 17:23:12 +0100
  • cb176ab166
    Remove debug code PenguinKeeper7 2023-10-09 17:02:22 +0100
  • 632504d1b0 Update tab completion script to support --outfile-json jsteube 2023-10-09 13:55:27 +0000
  • 264e8ba95f
    Merge pull request #3891 from PenguinKeeper7/outfile-json-check-fix Jens Steube 2023-10-08 20:40:22 +0200
  • a033180aa1
    Update user_options.c #3891 PenguinKeeper7 2023-10-08 02:59:01 +0100
  • 37175f5067 Add remaining --outfile-json code jsteube 2023-10-07 13:02:47 +0000
  • 3ae0d235f4 Resolve secondary conflict PenguinKeeper7 2023-10-06 10:35:37 +0100
  • 2e36abe25a Resolve conflict and move to digests_done_new PenguinKeeper7 2023-10-06 10:27:37 +0100
  • 27ebec4d2c
    Merge 2f8c732dc6 into e6715fbd89 #3888 PenguinKeeper7 2023-10-06 09:57:31 +0100
  • 2f8c732dc6 Ensure start-point is set correctly between every run PenguinKeeper7 2023-10-06 09:57:26 +0100
  • e6715fbd89 Prepare options and usage for --outfile-json jsteube 2023-10-06 08:21:07 +0000
  • d3aa62bd15
    Update changes.txt PenguinKeeper7 2023-10-05 21:00:59 +0100
  • ec4ce2ed89 Prepare types.h for --outfile-json jsteube 2023-10-05 18:07:15 +0000
  • 6fdbeff7f7 Cleanup and handle being [p]aused PenguinKeeper7 2023-10-05 14:45:04 +0100
  • 3d00a27818
    Merge pull request #3885 from raulperdomo/raulperdomo-19210-patch-1 Jens Steube 2023-10-03 09:17:40 +0200
  • cc0e8a3864 Bypass an attack after a user-specified time and cracks/time threshold PenguinKeeper7 2023-10-02 18:48:22 +0100
  • 655cb2a108
    Update module_19210.c #3885 raulperdomo 2023-10-02 11:26:35 -0400
  • d10f3979fc
    Merge pull request #3884 from neheb/cr Jens Steube 2023-10-01 21:46:53 +0200
  • 8679512385 Fix some ordering in hashcat_init() jsteube 2023-09-29 08:11:20 +0000
  • 8fbecc00cc Fix some ordering in hashcat_destroy() jsteube 2023-09-28 11:47:45 +0000
  • e12fc290a0 Prevent the git autocrlf option from messing files #3884 Rosen Penev 2023-09-27 20:53:36 -0700
  • c59b4bffd5 Add note on how to get CUDA running on WSL2 jsteube 2023-09-27 08:14:51 +0000
  • 0d0a07012c Do not show HIPRTC notice if HIP is not installed. In that case we can assume the system doesn't have an AMD GPU jsteube 2023-09-26 08:52:46 +0000
  • 2093f1b8fc Fix CRLF for windows scripts jsteube 2023-09-25 16:57:01 +0000
  • 79d73a7cf8 Fix CRLF in OpenCL/inc_cipher_cast.cl jsteube 2023-09-24 20:25:55 +0000
  • f33109bed7
    Merge pull request #3874 from ViperelB/master Jens Steube 2023-09-23 20:41:05 +0200
  • 1a4a581774
    Merge pull request #3880 from PenguinKeeper7/a9-outfile-warning-fix Jens Steube 2023-09-22 21:16:01 +0200
  • a46c9cb812
    Merge pull request #3879 from PenguinKeeper7/base-58-fix Jens Steube 2023-09-21 12:44:32 +0200
  • 302dab6a24 Simplify module_hash_decode() in -m 32700 jsteube 2023-09-20 07:22:28 +0000
  • 33be14995a Get rid of OPTS_TYPE_HASH_COPY in -m 19210 jsteube 2023-09-19 07:19:44 +0000
  • 1bae3383dc Fix -o warning when already used #3880 PenguinKeeper7 2023-09-18 16:16:47 +0100
  • 4ea43742b9 Update inc_common.cl #3879 PenguinKeeper7 2023-09-18 13:13:17 +0100
  • 32853374b9 Fix some file modes jsteube 2023-09-18 07:19:23 +0000
  • 4dd2890b12
    Merge pull request #3875 from gorgiaxx/master Jens Steube 2023-09-17 18:39:44 +0200
  • 2801527d81
    Merge pull request #3873 from piru/master Jens Steube 2023-09-16 15:54:39 +0200
  • bf65e65db0 Normalize module for -m 32700 and remove OPTS_TYPE_MP_MULTI_DISABLE and other not relevant flags Jens Steube 2023-09-15 08:49:13 +0000
  • 78ccd9783c
    remove useless header file #3875 Gorgias 2023-09-14 21:07:23 +0800
  • 1831101c3a
    Merge branch 'hashcat:master' into master Gorgias 2023-09-14 15:25:32 +0800
  • 241b2aa566 Support QNX 7 SHA512 Hash gorgias 2023-09-14 15:24:50 +0800
  • 5def8a3534 Rewrote -m 32700 kernel to use u32 datatype instead of u8 jsteube 2023-09-14 06:28:19 +0000
  • a74270b120 Remove SHA1_TRANSFORM_SWAP modificaton in inc_hash_sha1.cl and use replacement of sha1_final in -m 32700 sources as replacement Jens Steube 2023-09-13 07:50:20 +0000
  • 300a208dfb
    Merge pull request #1 from ViperelB/ViperelB-patch-1 #3874 ViperelB 2023-09-12 14:34:19 +0300
  • 110219e7a0
    Optimized T0XlCv2.rule with ruleprocessorY ViperelB 2023-09-12 14:32:35 +0300
  • 573423af97 Rewrite -m 32700 to use salt_iter and loop kernel as expected in slow hash modes Jens Steube 2023-09-12 07:10:31 +0000
  • 8ae46f4487 Raise Flask Session Cookie (-m 29100) max data length to 120 chars. #3873 Harry Sintonen 2023-09-11 13:51:30 +0300
  • 992fb9047c Fix -m 32700 kernel compile for ROCM/HIP Jens Steube 2023-09-11 09:01:53 +0000
  • 31bb33eeaf Add Dogecoin wallet extraction script #3871 Konrad Goławski 2023-09-10 14:56:14 +0200
  • ce7e3b2483
    Merge pull request #3863 from PenguinKeeper7/dictstat-never-created Jens Steube 2023-09-09 21:04:32 +0200
  • 62da288716
    Merge c5f8ce3722 into 42f2286d16 #3800 Dávid Bolvanský 2023-09-08 23:35:47 +0300
  • 42f2286d16
    Merge pull request #3742 from hans-vh/kremlin Jens Steube 2023-09-08 15:28:20 +0200
  • d4c9c4fae4 Make base64_encode_three_bytes_better() in -m 32500 more readable jsteube 2023-09-07 15:00:30 +0000
  • 5b06ffe63f
    Merge pull request #3862 from PenguinKeeper7/unused-variable-warning Jens Steube 2023-09-06 10:02:54 +0200
  • cc9ed0e24b
    Merge pull request #3845 from philsmd/26610_verify_fix Jens Steube 2023-09-05 08:19:08 +0200
  • e9eccf32b6 Space cleanup #3863 PenguinKeeper7 2023-09-04 23:12:16 +0100
  • 2954b62a6a Use chgd variable to decide dictstat building PenguinKeeper7 2023-09-04 23:09:07 +0100
  • 0c65c03397 Correctly check -j / -k's values PenguinKeeper7 2023-09-04 20:34:56 +0100
  • f3fbc1174d Remove user_options from potfile.c #3862 PenguinKeeper7 2023-09-04 19:24:38 +0100
  • 4d31e4d6ce
    Merge pull request #3846 from philsmd/31900_verify_fix Jens Steube 2023-09-04 15:31:33 +0200
  • 8a3fa5c7d9
    Merge pull request #3847 from philsmd/32100_verify_fix Jens Steube 2023-09-03 20:18:42 +0200
  • 0dcd2a757b
    Merge pull request #3848 from philsmd/32200_verify_fix Jens Steube 2023-09-02 20:00:25 +0200