Commit Graph

  • 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 #3640 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 #3637 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 #3638 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 #3636 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). #3633 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 #3628 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 #3626 David Ketler 2023-02-22 13:28:06 -0500
  • 6102347ab0 First performance optimization for SM3 hash on a0 and a1 optimized kernels #3625 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 #3620 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 #3622 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 #3616 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
  • 6bd94c3740 Update docs/changes.txt to reflect changes related to RFC 3629 jsteube 2023-02-13 15:13:26 +0000
  • 3ea425a743
    Merge pull request #3615 from justpretending/99999_hex Jens Steube 2023-02-12 10:42:27 +0100
  • 57953bec7c Backport changes to md4_update_vector_utf16le() in -m 1000 to -m 30, -m 40 and -m 70 Jens Steube 2023-02-11 15:59:45 +0100
  • 730b1cd5cc Update UTF8 to UTF16 conversion to match RFC 3629 Jens Steube 2023-02-10 23:28:23 +0100
  • 52e379ef93 disable debug option in makefile Louka 2023-02-10 13:44:35 +0100
  • 60a4af60ad Merge branch 'blake' of https://github.com/Zgzorx/hashcat into blake Benoit BACQUEY 2023-02-10 13:02:21 +0100
  • d592e5dbcc remove home made tests and add test_modules/m35000.pm Louka 2023-02-10 12:55:51 +0100
  • 01dbb41734 Added Blake2s-256 to readme.txt Benoit BACQUEY 2023-02-10 11:26:52 +0100
  • 816a246c76 add blake2s a1-optimized Louka 2023-02-09 17:23:00 +0100
  • 5381fced62 Old self-test values deleted bacqube2 2023-02-09 17:15:26 +0100
  • c80ac0b73f Merge remote-tracking branch 'origin/master' into blake bacqube2 2023-02-09 17:01:14 +0100
  • 4770498960 add blake2s a0-optimized and a1-pure Louka 2023-02-09 16:46:34 +0100
  • e6a3389326 m35000_a3-optimized bacqube2 2023-02-09 16:45:53 +0100
  • bd8ebc365b Suppression prtinf et ajout m35000_a3-optimized bacqube2 2023-02-09 16:26:07 +0100
  • 19b3ca87bc Backport changes to md4_update_vector_utf16le() in -m 1000 to -m 1100 and -m 5500 jsteube 2023-02-09 15:18:58 +0000
  • 82f799950a m35000_a3-pure commit initial bacqube2 2023-02-09 15:49:06 +0100
  • a016e621a7 update tests Louka 2023-02-09 15:22:51 +0100
  • 68eedce3e6 Modif tests bacqube2 2023-02-09 13:40:35 +0100
  • 468ba9d92b blake2s Louka 2023-02-09 13:11:54 +0100
  • 9ad36f9167 Support $HEX[] in module 99999 (fixes #3613) #3615 justpretending 2023-02-09 18:47:45 +0700