Commit Graph

  • 8e89617015 Workaround setting password length bug in ROCM and POCL for -m 10100 jsteube 2019-04-15 11:14:02 +02:00
  • 4cdff67011 Fix typo in OpenCL/m11800_a3-optimized.cl jsteube 2019-04-14 20:04:35 +02:00
  • 59ec6ac2e1 Fix some typos jsteube 2019-04-14 18:07:00 +02:00
  • a671d501aa Optimize some xxx_hmac_init functions jsteube 2019-04-14 17:03:37 +02:00
  • eaefbec3fa Rewrite streebogs input-data-length-bug workaround to make it easier to understand jsteube 2019-04-14 16:06:02 +02:00
  • c34f75fe2d Optimize some xxx_hmac_final functions jsteube 2019-04-14 15:59:03 +02:00
  • 9708275ac4 Fix missing rename constant variable name for sbob512_sl64 jsteube 2019-04-14 15:50:57 +02:00
  • fef62acade Merge pull request #1995 from f0cker/library_fix Jens Steube 2019-04-14 09:53:09 +02:00
  • e79f1a29d4 Merge pull request #1996 from philsmd/patch-5 Jens Steube 2019-04-14 09:51:36 +02:00
  • 1370dc4700 Limit kernel-accel in -m 11600 to 128 Jens Steube 2019-04-14 09:29:27 +02:00
  • 407d331c9d tests: fix hash generation of -m 8300 = DNSSEC philsmd 2019-04-13 19:10:52 +02:00
  • 7c6970dbdd Remove hard-coded static keyword from OpenCL kernels jsteube 2019-04-13 18:46:19 +02:00
  • 61ac3e3282 Minor speed and readability improvements to mode 19800 and 19900 Brandon Chalk 2019-04-09 23:25:01 -07:00
  • 95c74c52c1 Add hash modes 19800 (krb5pa etype 17) and 19900 (krb5pa etype 18) Brandon Chalk 2019-04-09 21:58:42 -07:00
  • d2f29a2f21 Fix for library compilation failure due to multiple def of sbob_xx64, renamed these f0cker 2019-04-06 10:42:18 -04:00
  • 27f130ea90 Kernel Cache: Reactivate OpenCL runtime specific kernel caches Jens Steube 2019-04-13 14:47:41 +02:00
  • db91876d23 Disable check for device_available_mem on Windows in combination with AMD drivers Jens Steube 2019-04-13 14:36:49 +02:00
  • ef4db1979f Merge pull request #1994 from philsmd/patch-4 Jens Steube 2019-04-13 13:52:17 +02:00
  • b7cdca09c4 OpenCL Runtime: Workaround JiT compiler error on ROCM 2.3 driver if the 'inline' keyword is used in function declaration jsteube 2019-04-13 13:46:55 +02:00
  • 7557f884c5 outfile remove: fix hash parsing philsmd 2019-04-13 09:28:14 +02:00
  • 7085ec71e0 Update team.txt jsteube 2019-04-12 23:54:15 +02:00
  • 38b2993099 Update team.txt jsteube 2019-04-12 23:47:13 +02:00
  • fea92595a4 Filter out 8th bit in -m 1500 password characters jsteube 2019-04-11 09:12:42 +02:00
  • 85d58b03e1 Fix some signed/unsigned integer comparison warnings jsteube 2019-04-10 12:23:39 +02:00
  • 8121073da4 Merge branch 'master' of https://github.com/hashcat/hashcat jsteube 2019-04-09 19:13:44 +02:00
  • 764ca0c1c6 Add hash line separator backward compatibility for -m 16800 jsteube 2019-04-09 19:13:30 +02:00
  • b8ab78d49a Merge pull request #1990 from philsmd/master Jens Steube 2019-04-09 09:19:17 +02:00
  • ab2f81dd38 tests: add all DiskCryptor test modules philsmd 2019-04-08 23:24:27 +02:00
  • 8f62085ea4 Add missing cipher cascade support for DiskCryptor jsteube 2019-04-08 19:33:24 +02:00
  • db9870fbb5 Merge pull request #1988 from philsmd/master Jens Steube 2019-04-08 19:20:23 +02:00
  • a468249aba diskcryptor: allow cd/iso encrypted images philsmd 2019-04-08 18:11:14 +02:00
  • 92f4ccce93 Increase buffer size for --example-hashes output jsteube 2019-04-08 17:36:26 +02:00
  • 4579ddb5b2 Merge pull request #1986 from ZerBea/master Jens Steube 2019-04-08 15:44:14 +02:00
  • c572c37637 prepare new hashline ZeroBeat 2019-04-08 15:30:15 +02:00
  • dbd8181c15 Disable stderr temporary since OpenCL runtime JiT (LLVM) prints directly to stderr when it should not jsteube 2019-04-08 14:23:02 +02:00
  • 28437b0ab0 Add NV inline assembly instruction set check on startup jsteube 2019-04-08 13:17:13 +02:00
  • 7bd3d55a3f Add missing OpenCL kernel for -m 19812 and -m 19813 jsteube 2019-04-08 11:07:12 +02:00
  • 4cd98603f5 Add DiskCryptor modules for 1024 bit and 1536 and support for Serpent and Twofish. Be careful, untested yet! jsteube 2019-04-08 09:31:31 +02:00
  • 797c7b4be1 Merge pull request #1981 from philsmd/master Jens Steube 2019-04-07 18:15:45 +02:00
  • 75f28d4691 Merge pull request #1982 from philsmd/shell_redirect_fix Jens Steube 2019-04-07 18:10:40 +02:00
  • 60c255a69d added -m 19800 = DiskCryptor AES philsmd 2019-04-07 18:08:56 +02:00
  • a8ff1a9e6e shell script: avoid &> and use > + 2> instead philsmd 2019-04-07 17:57:52 +02:00
  • aed98e0795 Merge branch 'master' of https://github.com/hashcat/hashcat jsteube 2019-04-07 00:35:49 +02:00
  • a22483f540 Remove some misleading error message jsteube 2019-04-07 00:35:33 +02:00
  • 773dab9161 Mark -m 10700 as unstable on AMDGPU driver in pure kernel mode jsteube 2019-04-06 20:06:19 +02:00
  • d950918fe9 Fix missing module_jit_build_options() in -m 17300 jsteube 2019-04-06 17:30:12 +02:00
  • d7286e50a7 Mode 19500 on AMDGPU driver no longer produces self-test failures jsteube 2019-04-06 17:27:03 +02:00
  • c911f2bd83 Fix some OpenCL JiT compiler warnings on ROCM jsteube 2019-04-06 17:24:57 +02:00
  • 7e55aad703 Merge branch 'master' of https://github.com/hashcat/hashcat jsteube 2019-04-06 14:03:13 +02:00
  • ed8af919a1 Use local memory for DES constants in -m 15300 and for AES in -m 137xx jsteube 2019-04-06 13:19:54 +02:00
  • d706d19b4f Fix some uninitialized variables jsteube 2019-04-05 22:25:28 +02:00
  • e779c22c2c Remove some warnings no longer needed jsteube 2019-04-05 15:33:35 +02:00
  • 3c9d26b161 Add some conditions to make scan-build happy jsteube 2019-04-05 13:46:29 +02:00
  • ace765bf96 Fix 'E' rule in optimized mode if password is longer than 16 characters jsteube 2019-04-05 12:24:53 +02:00
  • 05a38a42b7 Initialize some values to make scan-build happy jsteube 2019-04-05 12:20:36 +02:00
  • 2fab28a6f3 Add some useful converters jsteube 2019-04-05 12:19:53 +02:00
  • f374da11e3 Fix function pointer can be NULL jsteube 2019-04-05 09:54:55 +02:00
  • c507a649f0 Merge pull request #1977 from magnumripper/master Jens Steube 2019-04-05 09:07:13 +02:00
  • 009cf26a04 Mute a -Wformat warning and fix some whitespace noise while at it. magnum 2019-04-05 08:52:35 +02:00
  • 8008d65499 Allow -m 1800 in optimized mode on AMDGPU drivers jsteube 2019-04-04 22:06:12 +02:00
  • 3274220d7f Fix l32_from_64_S(), h32_from_64_S(), hl32_to_64_S() and h32_from_64() in inc_common.cl jsteube 2019-04-04 22:05:45 +02:00
  • 875718fb8e Backport -m 500 pure kernel code to -m 6300 enables using it on AMDGPU driver jsteube 2019-04-04 21:05:07 +02:00
  • cd88410781 Backport -m 500 pure kernel code to -m 1600 enables using it on AMDGPU driver jsteube 2019-04-04 21:02:26 +02:00
  • d7d716f3ab Make it easier to include OpenCL kernels into modules jsteube 2019-04-04 20:01:37 +02:00
  • 9ced13cc94 Get rid of CONSTSPEC macro in OpenCL kernels jsteube 2019-04-04 10:15:34 +02:00
  • 13edc32fb4 Fix some unused variable warnings jsteube 2019-04-03 21:53:34 +02:00
  • 91d9475c11 Plugin refactorization should be finished, no more need for these flags jsteube 2019-04-03 20:55:06 +02:00
  • 56ecfc3991 No need to risk stability for 400k binary size jsteube 2019-04-03 20:52:49 +02:00
  • 5951322f72 Testcommit using ar tool in Makefile jsteube 2019-04-03 15:37:29 +02:00
  • eb39e64e19 Fix -m 16800 unit test jsteube 2019-04-03 10:46:50 +02:00
  • cf8c815caf Merge pull request #1975 from Chick3nman/master Jens Steube 2019-04-03 09:18:16 +02:00
  • fc1aa83541 Change logic for formatting with multiple devices when some are skipped Chick3nman 2019-04-02 16:53:59 -05:00
  • 1cf2a4fea6 Fix type missmatch Chick3nman 2019-04-02 16:23:05 -05:00
  • dc1fc28733 Fix Formatting Chick3nman 2019-04-02 16:10:54 -05:00
  • 5b20662c7f Fix Formatting Chick3nman 2019-04-02 16:10:23 -05:00
  • 5e307603d6 Fix formatting Chick3nman 2019-04-02 16:06:18 -05:00
  • 64f0931301 Switched key name from progress to speed Chick3nman 2019-04-02 15:48:15 -05:00
  • 3e13739aa6 Fix Typo Chick3nman 2019-04-02 15:40:27 -05:00
  • 71c02cad5e Add --speed-only and --progress-only support Chick3nman 2019-04-02 15:32:25 -05:00
  • c2c656edbe Fix missing line Chick3nman 2019-04-02 15:00:56 -05:00
  • e696e0a87d Fix time formatting Chick3nman 2019-04-02 14:59:10 -05:00
  • b551592082 Add start and estimated end times, fix formatting Chick3nman 2019-04-02 14:55:05 -05:00
  • d855ddaf9e Make use of need_hexify to decide if hexification is needed for ESSID in -m 16800 and -m 16801 jsteube 2019-04-02 21:30:33 +02:00
  • a9663cdb53 For modes 2500, 2501, 16800 and 16801, if --left is used, return original input format jsteube 2019-04-02 21:23:44 +02:00
  • 7bbf4eb183 Fixed restore point number formatting Chick3nman 2019-04-02 13:26:46 -05:00
  • 4d60c7514a Fixed formatting for speed and progress Chick3nman 2019-04-02 13:25:36 -05:00
  • ea141f43da Formatting for json status Chick3nman 2019-04-02 13:11:55 -05:00
  • e5322c8bee Fix --remove handling in -m 16800 and -m 16801 with new outfile format jsteube 2019-04-02 18:39:42 +02:00
  • b8d609ba16 WPA/WPA2 cracking: In the potfile, replace password with PMK in order to detect already cracked networks across all WPA modes jsteube 2019-04-02 11:24:22 +02:00
  • c0a31b3239 Prepare potfile specific module_hash_decode and module_hash_encode hooks jsteube 2019-04-01 12:32:11 +02:00
  • 4115e6b825 Update some unstable_warning on Intel CPU Jens Steube 2019-04-01 11:22:51 +02:00
  • 2f2bc54fec Bring back manual maintained NEVER_CRACK since OPTS_TYPE_PT_NEVERCRACK was removed from modules jsteube 2019-04-01 10:34:59 +02:00
  • 319bf80178 Fix hash_encode() salt position jsteube 2019-03-31 20:17:17 +02:00
  • 76bf5173ba Do not use MAYBE_UNUSED in inc_common.cl jsteube 2019-03-31 19:45:15 +02:00
  • 1c45de4b63 Remove more old GCC diagnostic options jsteube 2019-03-31 19:41:28 +02:00
  • d3a3f10fcf Remove some old GCC diagnostic options jsteube 2019-03-31 18:06:08 +02:00
  • 708a86fb59 Move old ascii_digest() to hashes.c and rename it to hash_encode(), also remove some unused includes jsteube 2019-03-31 17:39:00 +02:00
  • f9110c6863 Fix calculation of brute forced PIM jsteube 2019-03-30 17:03:06 +01:00
  • 9d774958b7 Merge branch 'master' of https://github.com/hashcat/hashcat jsteube 2019-03-30 16:56:13 +01:00
  • 2158fd70c9 Fix use of OPTS_TYPE_COPY_TMPS in modules jsteube 2019-03-30 16:55:55 +01:00