1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-26 09:58:16 +00:00
Commit Graph

7337 Commits

Author SHA1 Message Date
Jens Steube
98ee8c4168
Merge pull request #2723 from Chick3nman/master
Added hash-mode 24900 - Dahua Authentication MD5
2021-03-27 14:04:42 +01:00
Jens Steube
524cb20703 Add additional support for SQLCipher v3 and hashes SHA1 and SHA256 and a unit-test 2021-03-26 11:36:41 +01:00
Jens Steube
71766dab43
Merge pull request #2596 from trounce1/24600
Added -m 24600 = SQLCipher
2021-03-26 11:22:04 +01:00
Chick3nman
677a61c7fc Added Dahua Authentication MD5, optimized kernels only. Collision rate is high, no need for Pure kernel/longer plaintexts. 2021-03-07 17:28:42 -06:00
Dan Church
d9cd42d577
Fix typo 2021-03-03 10:26:39 -06:00
realSnoopy
ef3da600a6
Update BUILD_WSL.md
maybe a typo, but when following these instructions the build failes with
make: x86_64-w64-mingw32-g++: No such file or directory
g++-mingw-w64 or g++-mingw-w64-x86-64 has to be installed to work properly
2021-02-23 12:23:38 +01:00
Bernard Ladenthin
b85ffd63fb Refactoring: Extract transform_public, point_mul_xy and set_precomputed_basepoint_g. Add constants and documentation. 2021-02-08 23:02:47 +01:00
lordneon
b470ce8df2 Updated hashcategory for m24800 2021-02-05 12:54:54 +00:00
lordneon
c83204c708 Added hashmode m24800 for Umbaraco hashes 2021-02-05 12:21:07 +00:00
Gabriele Gristina
6cf3a89ac3 Added hash-mode: Stuffit5 2021-02-04 01:10:32 +01:00
Gabriele Gristina
f0dec6fe64 Added hash-mode: MS Office 2016 - SheetProtection 2021-02-02 19:34:06 +01:00
Gabriele Gristina
fda0d668e5 use skip also with first checks of backend_session_begin() 2021-01-23 18:51:25 +01:00
Gabriele Gristina
4c2605f7f2 switch to skip instead return -1 for all checks, moved cuda counter update to the end of loop 2021-01-23 18:37:47 +01:00
Gabriele Gristina
f4dbd46b71 trying skip devices instead of return -1 2021-01-23 13:54:46 +01:00
Gabriele Gristina
f8eeaf0f18 trying to fix issues with cuda backend 2021-01-23 10:36:38 +01:00
Gabriele Gristina
dd93cc7132 trying to fix issues with cuda backend 2021-01-23 10:27:20 +01:00
RAN1
8f871db328 Makefile: Check Darwin major version instead of macOS minor version 2021-01-07 19:03:59 -05:00
Gabriele Gristina
82af37b93a Added salt type and slow hash info 2020-12-30 19:16:57 +01:00
Gabriele Gristina
77e328d659 Removed option --example-hashes, now is an alias of --hash-info 2020-12-29 07:56:20 +01:00
Gabriele Gristina
3ed1f0d840 Added new option: --hash-info 2020-12-29 04:58:58 +01:00
Alex Stanev
7252091d3b Correct check for gz header.
gzip format is described in rfc1952.
From there, first 2 bytes (0x1f8b) are header;
next is Compression method (0x08 for deflate, this is the general used method);
and 4th byte is Flags. Some compression tools don't set this and we can't process the gzips.
zlib plays well in this cases, so we can just drop the check for the 4th byte.
2020-12-26 22:49:05 +02:00
Gabriele Gristina
cdc87017fc minimized the test.sh false negatives with kernels 14000 14100 14900 15400, a1 2020-12-26 16:00:22 +01:00
Gabriele Gristina
fe088595cd Added swizzle optimization and OPTI_TYPE_SLOW_HASH_SIMD_LOOP 2020-12-26 07:18:29 +01:00
Gabriele Gristina
92bfe11671 Added AES_GCM_ALT1 and fix opencl compiler warnings 2020-12-26 07:07:56 +01:00
Gabriele Gristina
54df7d53ea Added full AES-GCM cipher & hash-mode 27000 - Stargazer Stellar Wallet XLM 2020-12-25 04:50:18 +01:00
Gabriele Gristina
99b5aa8f60 Added hash-mode 25100 - SNMPv3 HMAC-MD5-96 2020-12-22 07:02:19 +01:00
Gabriele Gristina
022bb40169 updated changes/readme 2020-12-18 23:21:10 +01:00
Gabriele Gristina
aba6a3d47d Updated HASH_CATEGORY 2020-12-18 18:33:58 +01:00
Gabriele Gristina
9e2cfeac27 Added hash-mode 24 - SolarWinds Serv-U 2020-12-18 18:31:21 +01:00
Gabriele Gristina
7496ec2d44 Added hash-mode 10810 - sha384(pass.salt) 2020-12-17 04:45:33 +01:00
Gabriele Gristina
123ce08e74 show kernel type (pure or optimized) in test.sh output 2020-12-17 02:18:19 +01:00
Gabriele Gristina
99a3c47b5f Fix build warning on OSX 2020-12-16 22:26:59 +01:00
Slattz
e5f2a877a5 Fix --keep-guessing mode
New cracked passwords would not be outputted at all.
Broken by 04d5e5a119
2020-12-16 16:48:53 +00:00
JandJ101
74523ef74b Improve vocablulary 2020-12-15 20:17:02 -05:00
Gabriele Gristina
58a4b1edda fix m04510_mxx 2020-12-14 23:17:14 +01:00
Gabriele Gristina
12c0962e51 Added bcrypt(sha1(pass)) // bcryptsha1 2020-12-11 17:35:18 +01:00
Gabriele Gristina
3b34289c48 removed bcrypt password length limits 2020-12-11 16:40:19 +01:00
Gabriele Gristina
46c2464417 fix test module (2) 2020-12-11 14:44:30 +01:00
Gabriele Gristina
731cb1c9bc add missing md5 step to test module 2020-12-11 14:33:45 +01:00
Gabriele Gristina
ba82dd235c fixed kernel, added test module 2020-12-11 14:24:36 +01:00
Gabriele Gristina
46210dd177 Added test module 2020-12-10 03:11:31 +01:00
Gabriele Gristina
967eff530d cleanup 2020-12-10 02:43:49 +01:00
Gabriele Gristina
f46c23d792 add comments to unused code, fixed test file 2020-12-10 02:34:09 +01:00
Gabriele Gristina
2097d67cd5 Added hash-mode bcrypt(md5(pass)) / bcryptmd5 2020-12-10 02:16:33 +01:00
Gabriele Gristina
6582939121 update signature and self-test hash 2020-12-03 20:56:36 +01:00
Gabriele Gristina
7895c45bf8 fix indentation 2020-12-01 02:46:09 +01:00
Gabriele Gristina
55f10f1751 Added hash-type 21501, SolarWinds Orion v2 2020-12-01 02:38:21 +01:00
Bernard Ladenthin
19f4b44840 Refactoring: Extract convert_to_window_naf and add some documentation. 2020-11-17 21:33:51 +01:00
Royce Williams
4edb4b923e test.pl: add 'potthrough' (like passthrough, but plain:hash) 2020-10-31 17:55:55 -08:00
TROUNCE
1b83076d80
Add files via upload 2020-10-29 10:51:13 +00:00