Commit Graph

  • 47bd838e25 Add VeraCrypt Streebog support R. Yushaev 2018-11-08 11:46:31 +01:00
  • e09822ef3e Removed submodules Jens Steube 2018-11-08 11:02:41 +01:00
  • e1011c51a3 Merge pull request #1770 from s3inlc/master Jens Steube 2018-11-08 09:20:49 +01:00
  • de5f0ceb5e Fixed separator parsing for additional algorithms Sein Coray 2018-11-08 09:08:36 +01:00
  • b1a460ade2 Fixed status output of progress value in case -S and -l used in combination Jens Steube 2018-11-07 14:20:40 +01:00
  • 5bb7b5c750 Merge pull request #1766 from roycewilliams/master Jens Steube 2018-11-06 16:23:14 +01:00
  • 2cbe036cda --kernel-threads naming consistency Royce Williams 2018-11-06 06:09:30 -09:00
  • 2a366741a5 Added new option --kernel-threads to manually override the automatically calculated number of threads Jens Steube 2018-11-06 16:06:06 +01:00
  • 3eab677bdf Move the system include where it belongs to Jens Steube 2018-11-04 14:26:19 +01:00
  • 9baf728fe7 Fixed token configuration for: - descrypt_parse_hash - keccak_*_parse_hash - sha256crypt_parse_hash - drupal7_parse_hash Jens Steube 2018-11-04 12:49:56 +01:00
  • 82cdd585f0 Fixed token configuration for -m 6700 Jens Steube 2018-11-04 10:11:29 +01:00
  • 344ea5b36d Memory: Reduced default maximum bitmap size from 24 to 18 and give a notice to use --bitmap-max to restore Jens Steube 2018-11-04 10:07:45 +01:00
  • 399bd2562a Fixed checking the length of the last token in a hash if it was given the attribute TOKEN_ATTR_FIXED_LENGTH Fixes https://github.com/hashcat/hashcat/issues/1755 Jens Steube 2018-11-04 09:41:07 +01:00
  • c804d79eb8 Merge pull request #1753 from roycewilliams/master Jens Steube 2018-11-04 09:09:12 +01:00
  • 83632a83e4 Memory: Limit maximum host memory to allocate depending on bitness Jens Steube 2018-11-03 18:16:49 +01:00
  • b19a03aa84 No need to compute brain_session if --brain-client is not set Jens Steube 2018-11-03 13:15:23 +01:00
  • a4a9d29420 Fixed calculation of brain-attack if a given wordlist has the size zero Fixes https://github.com/hashcat/hashcat/issues/1756 Jens Steube 2018-11-03 12:20:55 +01:00
  • 6053f473eb trailing whitespace Royce Williams 2018-11-01 11:17:02 -08:00
  • b4d15b6d33 consistent forum plural/singular (thx, unix-ninja); also, README trailing whitespace Royce Williams 2018-11-01 11:11:33 -08:00
  • 6b2c56118c Merge pull request #1751 from roycewilliams/master Jens Steube 2018-11-01 17:27:06 +01:00
  • 0bd0d9a2ca misc docs - thanks to honeyakshat999 for README suggestions Royce Williams 2018-11-01 07:33:17 -08:00
  • d4dad3e1e3 Added support to use --stdout in brain-client mode Jens Steube 2018-11-01 12:21:32 +01:00
  • 7feeb0b05f Added missing changes.txt entries Jens Steube 2018-11-01 12:08:52 +01:00
  • ff6e403703 Fixed ignoring --brain-client-features configuration in case brain-server has attack positions informations from a previous run Jens Steube 2018-11-01 12:03:28 +01:00
  • 175fea4094 Fixed out-of-bounds write in short-term memory of the brain-server Jens Steube 2018-11-01 11:54:40 +01:00
  • 3b8abb7f0d Fixed missing call to WSACleanup() to cleanly shutdown windows sockets system Jens Steube 2018-11-01 11:09:37 +01:00
  • a722b43351 Merge pull request #1749 from Naufragous/streebog-hmac Jens Steube 2018-10-31 15:15:31 +01:00
  • a8eb611b1c Add HMAC-Streebog-512 (pure kernels) R. Yushaev 2018-10-29 11:12:48 +01:00
  • 3b2c3f419d Merge branch 'master' of https://github.com/hashcat/hashcat Jens Steube 2018-10-31 12:07:04 +01:00
  • 573454cc5e Remove client_fd initializer Jens Steube 2018-10-31 12:06:56 +01:00
  • 3faf92a261 Merge pull request #1748 from philsmd/master Jens Steube 2018-10-31 12:05:39 +01:00
  • dbb81fb48e fixes #1744: added --stdin-timeout-abort to allow a custom time (in seconds) to wait before abort (use 0 to disabled it) philsmd 2018-10-31 11:37:06 +01:00
  • 2fbd711495 Move WSAStartup() call back to user_options Jens Steube 2018-10-31 11:14:21 +01:00
  • 80737b1f8d Some brain logging fixes Jens Steube 2018-10-31 10:58:52 +01:00
  • 61ded2bd54 Fixed missing call to WSAStartup() and client indexing in order to start the brain server on windows Jens Steube 2018-10-31 10:50:16 +01:00
  • 81a4604964 Set github master to non-production mode Jens Steube 2018-10-31 08:56:15 +01:00
  • 5f53a9ec32 Fix endianness and invalid separator character in outfile format of hash-mode 16801 (WPA-PMKID-PMK) Jens Steube 2018-10-31 08:55:32 +01:00
  • b2334d20e4 Merge pull request #1747 from mohemiv/master Jens Steube 2018-10-31 08:51:27 +01:00
  • ee873da300 Added hash-modes 18200 (Kerberos 5 AS-REP etype 23) Arseniy Sharoglazov 2018-10-30 19:05:44 +03:00
  • b8eb7105dd Merge pull request #1740 from Naufragous/session-bug Jens Steube 2018-10-29 15:05:37 +01:00
  • 9951e9580d Fix duplicate brain status bug R. Yushaev 2018-10-29 14:45:35 +01:00
  • 6aa6b2a675 Merge pull request #1737 from Naufragous/streebog-pure Jens Steube 2018-10-29 10:47:47 +01:00
  • 224315dd62 Add pure kernels and tests for Streebog hashes R. Yushaev 2018-10-23 11:54:11 +02:00
  • 915da5fee3 Some fixes for macOS Jens Steube 2018-10-28 17:29:39 +01:00
  • dc39deba0f Update version to 5.0.0 Jens Steube 2018-10-28 16:51:00 +01:00
  • d6fe2c7cd4 The hashcat brain Jens Steube 2018-10-28 16:47:13 +01:00
  • 24ce7bacae Updated Intel OpenCL runtime version check Jens Steube 2018-10-26 21:16:32 +02:00
  • f3f4ab4421 Do not return -1 in case of --keyspace Jens Steube 2018-10-25 13:56:03 +02:00
  • f8124a1272 Merge pull request #1727 from s3inlc/master Jens Steube 2018-10-25 12:20:52 +02:00
  • afd5729e89 Updated changes.txt regarding the hash separator change Sein Coray 2018-10-25 11:40:47 +02:00
  • 591c1db0f6 Changed separator for certain hash algorithms to be static Sein Coray 2018-10-25 11:37:54 +02:00
  • 5eca3f5316 Fix kernel names in -a 1 kernels of -m 7701 and 7801 Jens Steube 2018-10-25 11:12:26 +02:00
  • 0a9a3c5e3b Merge pull request #1726 from Naufragous/streebog-fix-parser Jens Steube 2018-10-25 11:07:07 +02:00
  • 831075b532 Fixed the byte order of digest output for hash-mode 11800 (Streebog-512) R. Yushaev 2018-10-24 17:11:18 +02:00
  • 48cf3f722b Merge pull request #1725 from unix-ninja/master Jens Steube 2018-10-23 09:43:06 +02:00
  • 6196e23069 Cleanup unused register definitions unix-ninja 2018-10-22 15:23:41 -04:00
  • e2a9409413 Merge pull request #1710 from unix-ninja/master Jens Steube 2018-10-22 20:49:31 +02:00
  • 8c5c225d8f Optimize performance on NVIDIA GTX unix-ninja 2018-10-22 13:27:35 -04:00
  • 55d56baaa5 Fix digest to allow auto optimized code by compiler unix-ninja 2018-10-22 08:25:05 -04:00
  • 1809794299 Simplify code in check_hash() unix-ninja 2018-10-22 08:02:57 -04:00
  • 99709a32a3 Allow keepass iteration count to be larger than 999999 Jens Steube 2018-10-21 13:32:07 +02:00
  • adb1686b9a Override --quiet and show final status screen in case --status is used Fixes #1720 Jens Steube 2018-10-21 11:50:44 +02:00
  • 4359f61f84 Make sure to initialize INPUT_RECORD variables because of the union data type section Jens Steube 2018-10-21 11:31:51 +02:00
  • fd960aef53 Fix ordering in changes.txt Jens Steube 2018-10-21 10:58:29 +02:00
  • 8f84aa01d2 Update hashcat.hctune: Optimize default sm52 or higher configuration to match GTX1080 Jens Steube 2018-10-21 10:58:09 +02:00
  • cef3c1cb06 Use C99 format specifier unix-ninja 2018-10-20 22:00:15 -04:00
  • f3c7e7f478 Merge pull request #1723 from roycewilliams/master Jens Steube 2018-10-20 18:54:43 +02:00
  • d4123333c0 Do stdin read timeout check only in case no data has been processed Jens Steube 2018-10-20 18:53:14 +02:00
  • a7f8a93723 minor changes.txt edits Royce Williams 2018-10-20 08:27:22 -08:00
  • d96b649751 Add support for -a 1 in -S mode jsteube 2018-10-20 18:00:42 +02:00
  • 32b915fd01 Get rid of some old compiler warning flags in Makefile jsteube 2018-10-20 17:35:54 +02:00
  • b0077860c7 Workaround some padding issues with host compiler and OpenCL JiT on 32 and 64 bit systems Jens Steube 2018-10-20 12:41:41 +02:00
  • 8ca4e46f2c Remove some debugging code Jens Steube 2018-10-20 11:52:27 +02:00
  • a4ac370496 Test fix for plain_t in 32 bit mode Jens Steube 2018-10-20 09:46:24 +02:00
  • 6d03da369b Fix gid datatype in mark_hash() Jens Steube 2018-10-20 02:19:39 +02:00
  • 3705ebfbf6 Remove extra whitespace in test.pl unix-ninja 2018-10-19 16:00:26 -04:00
  • 6558253d72 Don't cause memory leaks... unix-ninja 2018-10-19 15:37:02 -04:00
  • fddfd835d2 Support 64 bit timestamps properly unix-ninja 2018-10-19 15:35:52 -04:00
  • 770e21e5ee Support 64 bit timestamps properly unix-ninja 2018-10-19 15:16:46 -04:00
  • 8b2af6b207 More code style changes unix-ninja 2018-10-19 08:45:44 -04:00
  • 7904b9ae05 Fix kernel types to align with style guide unix-ninja 2018-10-19 07:56:51 -04:00
  • a83da1f00b Merge pull request #1721 from Naufragous/pr-conflict-fix Jens Steube 2018-10-19 11:22:26 +02:00
  • 4d457ca141 Fix conflicts caused by PR GH-1717 R. Yushaev 2018-10-19 10:53:23 +02:00
  • 0a74f058ac Synchronize salt_t datatypes in types.h and inc_types.cl Jens Steube 2018-10-19 10:20:13 +02:00
  • 0e5704c77e Disable NEW_SIMD_CODE for 18100 (it's not compatible) unix-ninja 2018-10-18 15:58:21 -04:00
  • 4cb93ba9bf Add 18100 to test.sh unix-ninja 2018-10-18 14:34:28 -04:00
  • b657c75583 Explicity cast otp_offset unix-ninja 2018-10-18 09:36:57 -04:00
  • 3869ce9246 More coding style fixes unix-ninja 2018-10-18 08:55:55 -04:00
  • 5ee3e502f8 Fixed missing wordlist encoding in combinator mode Fixes #1668 Jens Steube 2018-10-18 14:19:07 +02:00
  • 4a9171ca5d Fix use of select() on stdin on windows Fixes #1705 Jens Steube 2018-10-18 11:20:01 +02:00
  • ac2b811941 Categorize TOTP under "One-Time Passwords" unix-ninja 2018-10-17 19:27:06 -04:00
  • b7e8fc9015 Add mode 18100 index to tab complete unix-ninja 2018-10-17 16:49:45 -04:00
  • 24ab7cae2a Add a1 kernel for mode 18100 unix-ninja 2018-10-17 16:47:58 -04:00
  • db4ec8ed2c Fix formatting to comply with hashcat coding guidelines unix-ninja 2018-10-17 16:34:34 -04:00
  • 23ee9379c1 Fix zero-padding on token output for matches unix-ninja 2018-10-17 11:47:04 -04:00
  • 27366c3eff Don't duplicate existing functionality unix-ninja 2018-10-17 11:44:34 -04:00
  • 1d43540fc4 Simplify alignment masks for mode 18100 unix-ninja 2018-10-17 11:03:20 -04:00
  • 4724e1f589 Add 18100 to changes.txt unix-ninja 2018-10-17 10:42:22 -04:00
  • b29b7b8188 Convert arithmetic ops to logical ops in byte alignment unix-ninja 2018-10-17 08:54:52 -04:00
  • d66200a406 Force --keep-guessing on mode 18100 unix-ninja 2018-10-17 08:17:48 -04:00