1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-25 01:18:15 +00:00

Commit Graph

  • 75b4714ca0 Fix docs/changes.txt jsteube 2023-03-18 19:33:39 +0000
  • d129d6d2b2 Add missing hash-modes 9000 and 18600 to tunings/Modules_bcrypt.hctune jsteube 2023-03-17 20:18:56 +0000
  • d92acb20cf more minor formatting Yaakov Saxon 2023-03-17 11:42:08 -0400
  • 507bba4554 (minor) improve line spacing Yaakov Saxon 2023-03-17 11:38:48 -0400
  • e33e6b0ac0 make pw_len a const u32 Yaakov Saxon 2023-03-17 11:37:51 -0400
  • 4805680616 remove tmp_pw Yaakov Saxon 2023-03-17 11:36:37 -0400
  • ec3a940785 add _S to hc_swap32 in a0,a1 Yaakov Saxon 2023-03-17 11:27:07 -0400
  • 9262056b0e fix accidental revert Yaakov Saxon 2023-03-16 23:17:20 -0400
  • aa80cc4547 change s10-15 to sa-sf Yaakov Saxon 2023-03-16 23:13:32 -0400
  • f4b96e1faa still not working but maybe closer Yaakov Saxon 2023-03-16 23:04:10 -0400
  • d8eb428838 unwrap vectors in a3 Yaakov Saxon 2023-03-16 14:08:57 -0400
  • a66f390a83
    Merge pull request #3644 from PenguinKeeper7/wallet-const-fix Jens Steube 2023-03-16 14:28:13 +0100
  • 8076f64baf
    Update m26600-pure.cl PenguinKeeper7 2023-03-16 13:25:50 +0000
  • 0288f9dd6a
    Update m25500-pure.cl PenguinKeeper7 2023-03-16 13:25:11 +0000
  • 380bb69914
    Update m26600-pure.cl PenguinKeeper7 2023-03-16 13:07:06 +0000
  • b8b36f9c70
    Remove const from iv in 25500 PenguinKeeper7 2023-03-16 13:06:16 +0000
  • 218775d70f
    Update m25500-pure.cl PenguinKeeper7 2023-03-16 12:59:15 +0000
  • 06b07d06e2 clarify purpose and applicable versions Yaakov Saxon 2023-03-15 16:33:19 -0400
  • 6b28169c66 31400 securecrt module Yaakov Saxon 2023-03-15 16:22:10 -0400
  • 0aaf19eade Fix https://github.com/hashcat/hashcat/issues/3641 jsteube 2023-03-15 19:45:56 +0000
  • 01008fad86
    Fix 25500 const PenguinKeeper7 2023-03-15 19:07:18 +0000
  • ccd35b5cf2
    Fix 26600 PenguinKeeper7 2023-03-15 19:06:34 +0000
  • 714b5dcc9e
    Merge pull request #3640 from PenguinKeeper7/bcrypt-tuning Jens Steube 2023-03-14 13:28:14 +0100
  • 24d375073c Revert -m 26610 to check for 0x20-0x7e and allow DEEP_COMP kernel functionality jsteube 2023-03-13 10:00:16 +0000
  • 04b891ab31
    Include bcrypt(sha512) in tuning db PenguinKeeper7 2023-03-13 02:13:08 +0000
  • 036256aac6
    Include new bcrypt(sha256) in tuning db PenguinKeeper7 2023-03-13 02:07:56 +0000
  • 37923e79e9 Switch -m 26610 to hc_get_entropy() verification strategy jsteube 2023-03-12 21:52:11 +0000
  • 77c9f096db Align loading rules log event usage with other log events jsteube 2023-03-11 08:55:37 +0000
  • b403f622ee
    Merge pull request #3637 from thatux/correct-m25400-m26610-plaintextcheck Jens Steube 2023-03-10 15:40:59 +0100
  • d93e6d0d30
    Merge pull request #3638 from PenguinKeeper7/Loading-Rules-Prompt Jens Steube 2023-03-09 22:27:17 +0100
  • 89fc3e49f8
    Merge pull request #3636 from roycewilliams/master Jens Steube 2023-03-08 22:24:29 +0100
  • 4dc96cd765 m25400 make use of new is_valid_printable Your Name 2023-03-08 21:29:37 +0100
  • c68602aa10 m26610 add check for second block of plaintext Your Name 2023-03-08 21:29:13 +0100
  • 2b5d5e93ea Merge branch 'master' into correct-m25400-m26610-plaintextcheck Your Name 2023-03-08 21:06:15 +0100
  • db9debdd19 resolve merge conflicts with master Your Name 2023-03-08 21:06:11 +0100
  • 6c653fa89d m26610 also in changes Your Name 2023-03-08 00:53:25 +0100
  • 70885319f3 m26610 now also checking second block of plaintext, moved AES_GCM_decrypt to seperate function Your Name 2023-03-08 00:50:40 +0100
  • b035c6e408 m26610 second block of AES-GCM also decrypting Your Name 2023-03-08 00:15:51 +0100
  • 6bc86d06b1 remove debug printfs, added changes.txt Your Name 2023-03-07 23:50:49 +0100
  • 45b803988c 25400 working with 32 bytes plaintext check Your Name 2023-03-07 23:38:09 +0100
  • e5542839fc
    Update straight.c PenguinKeeper7 2023-03-07 22:19:04 +0000
  • d5a74b2536 Add new function is_valid_printable_32() to check if 32 bit integer consist only of printable characters and update -m 26610 as example use case jsteube 2023-03-07 21:43:44 +0000
  • ebe8741000 link to driver FAQ on CUDA failure Royce Williams 2023-03-07 12:27:30 -0900
  • b01f4e5c2e corrected ASCII plaintext check from >=20 to >=0x20 Your Name 2023-03-07 21:53:11 +0100
  • 4fe68b0d4f Fix missing const keyword in module_hash_encode() in -m 29600 jsteube 2023-03-06 18:39:26 +0000
  • 51084ad6ad Fix out-of-boundary write in -m 17020 jsteube 2023-03-05 17:39:59 +0000
  • 3447000b84 Fix missing supported hash-types in docs/readme.txt jsteube 2023-03-04 20:58:11 +0000
  • b2db3c8196 Fixing race condition involved with SIGINT after signal handler runs (Windows). Mohamed Tawous 2023-03-03 06:17:50 -0500
  • 5995e009aa Fixing race condition involved with SIGINT after signal handler runs. Mohamed Tawous 2023-03-03 06:04:08 -0500
  • 5236f3bd73 Add optimized kernel for new hash-mode 31300 MS SNTP jsteube 2023-03-03 10:33:35 +0000
  • 313bc83804 Implemented gracefull exiting on SIGINT using already existing code and newely added global variable holding a pointer to the hashcat context. Mohamed Tawous 2023-03-02 18:21:48 -0500
  • ad3dca2a90 Module and Pure kernels for new hash-mode -m 31300 SNTP-MS jsteube 2023-03-02 20:07:24 +0000
  • 5446570a4f Unit-test for new hash-mode -m 31300 SNTP-MS jsteube 2023-03-02 19:03:23 +0000
  • f7103f5116 Added hash-mode: GPG (AES-128/AES-256 (SHA-256($pass))) jsteube 2023-03-02 09:33:27 +0000
  • a5d94c1f0d Added hash-mode: Veeam VBK jsteube 2023-03-01 11:35:37 +0000
  • ce934be975
    Merge pull request #3628 from thatux/m26600_short_data Jens Steube 2023-02-28 10:12:00 +0100
  • 95642af34b remove print-statement, not needed as 26600 and 26610 have different hash signatures Your Name 2023-02-27 15:34:05 +0100
  • 2b80abde6d add comments on possible improvements Your Name 2023-02-27 15:32:59 +0100
  • 52fa024c1b Fix correct byte pattern and salt length in unit-test for -m 31200 jsteube 2023-02-27 11:52:10 +0000
  • f36f90e898 Add missing unicode conversion to unit test for new plugin 31200 jsteube 2023-02-27 09:25:03 +0000
  • dbe99851ec added comments on speeding up the attack by reducing the ciphertext buffersize Your Name 2023-02-26 13:52:23 +0100
  • 141b0289b1 updated changes, more clear comment Your Name 2023-02-26 13:45:06 +0100
  • 721235fc02 added note to the test of 26600 that the data generation is artificial Your Name 2023-02-26 13:43:30 +0100
  • c5e860eb31 add perl test for 26610 Your Name 2023-02-26 13:33:06 +0100
  • 90c6ead997 add real reference hash to 26600 Your Name 2023-02-26 13:32:39 +0100
  • 5208447e72 change hash-signature for 26610 (incompatible with 26600), remove debug print statements in attacks, add comments, add reference data Your Name 2023-02-26 13:31:38 +0100
  • d08f3cf7f6 Fix SM3 DGST_POS ordering jsteube 2023-02-26 08:49:08 +0000
  • 866aaf02ce Prepare unit-test for -m 31200 jsteube 2023-02-25 23:22:23 +0000
  • 248c4afc09 test hash works Your Name 2023-02-25 00:51:14 +0100
  • ea6173b307 Optimize SM3 for use on platforms that support native bitselect() jsteube 2023-02-24 21:56:55 +0000
  • 6e45d4dafc
    Merge pull request #3626 from ketlerd/master Jens Steube 2023-02-23 21:23:27 +0100
  • b685dc0e41
    Merge pull request #3625 from loukabvn/sm3 Jens Steube 2023-02-22 21:14:34 +0100
  • bb620db348 add tuning records for a number of algorithms for the RX 7900XTX David Ketler 2023-02-22 13:28:06 -0500
  • 6102347ab0 First performance optimization for SM3 hash on a0 and a1 optimized kernels Zgzorx 2023-02-22 11:44:42 +0100
  • 9acfc26d81 First performance optimization for SM3 hash jsteube 2023-02-21 15:44:21 +0000
  • 71da2317f4
    Merge pull request #3620 from loukabvn/sm3 Jens Steube 2023-02-20 15:35:52 +0100
  • 20c6a70b59 Rename SM3 module : m31100 Zgzorx 2023-02-20 14:41:22 +0100
  • c85d817192
    Merge branch 'hashcat:master' into sm3 Zgzorx 2023-02-20 13:59:07 +0100
  • 4fe37f5445 Fix -m 31000 some formatting and missing cracks in optimized mode -a 1 and -a 3 if password length > 32 jsteube 2023-02-19 21:41:15 +0000
  • 1ac3091492
    Merge pull request #3622 from justpretending/fifo_again Jens Steube 2023-02-18 20:49:12 +0100
  • 004ec79647 Don't close and reopen a FIFO justpretending 2023-02-18 20:54:01 +0700
  • 12dc17ef5a Add missing entry for BLAKE2s-256 in docs/changes.txt jsteube 2023-02-17 19:43:21 +0000
  • a3ab8a2181 Correct some errors from copy-pastes loukabvn 2023-02-17 18:58:42 +0100
  • 180dcb5769 Cleaning files and change DGST_Ri after tests loukabvn 2023-02-17 17:41:42 +0100
  • be65cca4b4 Cleaned files for PR Zgzorx 2023-02-17 16:11:30 +0100
  • 67a4f699de a3-optimized functionnal Zgzorx 2023-02-17 15:48:00 +0100
  • 1a00a391f0 First a3-optimized draft Zgzorx 2023-02-17 15:14:10 +0100
  • 73500a7512 Fix a0-optimized and add a1-optimized for SM3 loukabvn 2023-02-17 14:05:11 +0100
  • b11b4b1b1b Fixing inc_hash_sm3.h and add a0-optimized draft loukabvn 2023-02-16 17:19:35 +0100
  • 29e8766fa3 update inc_hash_sm3, comment and make code clearer loukabvn 2023-02-16 15:22:43 +0100
  • 68c95c056d Using update_swap Zgzorx 2023-02-16 12:02:36 +0100
  • 9c6b533efd Added sm3 a1 and a3 pure first draft Zgzorx 2023-02-16 11:03:10 +0100
  • 2bc70388d3 Creation of branch SM3 and adding files for basic implementation loukabvn 2023-02-16 10:38:11 +0100
  • 3daa14b341 Fix file permissions in build script which produce binary release package jsteube 2023-02-16 07:36:12 +0000
  • c856d9abcf
    Merge pull request #3616 from Zgzorx/blake Jens Steube 2023-02-15 10:21:54 +0100
  • 008faee326
    Merge branch 'hashcat:master' into blake Zgzorx 2023-02-14 11:48:07 +0100
  • 9ec6392c92 Fix untested byte range coverage in UTF8 to UTF16 converter jsteube 2023-02-14 09:46:28 +0000
  • 0e7fdd3c55 Fixing bad vconv32_t usage bacqube2 2023-02-14 10:21:16 +0100
  • a3b4162e5f Rename module 35000 : 31000 bacqube2 2023-02-13 16:39:47 +0100
  • 6fcc8177cc
    Merge branch 'hashcat:master' into blake Zgzorx 2023-02-13 16:25:41 +0100