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
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
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
Bernard Ladenthin
19f4b44840
Refactoring: Extract convert_to_window_naf and add some documentation.
2020-11-17 21:33:51 +01:00
TROUNCE
1b83076d80
Add files via upload
2020-10-29 10:51:13 +00:00
TROUNCE
cfeb61238d
Update sqlcipher2hashcat.py
2020-10-29 10:44:31 +00:00
TROUNCE
0bab388370
Update sqlcipher2hashcat.py
2020-10-29 10:41:33 +00:00
TROUNCE
bf7b9c2d73
Add files via upload
2020-10-26 23:11:16 +00:00
TROUNCE
9586383031
Update readme.txt
2020-10-26 23:09:41 +00:00
TROUNCE
b9925ea1d8
Update changes.txt
2020-10-26 23:09:05 +00:00
TROUNCE
5774934eb8
Add files via upload
2020-10-26 23:07:30 +00:00
TROUNCE
074b821a8c
Add files via upload
2020-10-26 23:06:54 +00:00
TROUNCE
e6f94fc1fd
Add files via upload
2020-10-26 23:05:54 +00:00
TROUNCE
969fe51733
Add files via upload
2020-10-26 23:05:23 +00:00
TROUNCE
1b4b5100dd
Add files via upload
2020-10-26 23:04:42 +00:00
philsmd
a3663d1cc4
Fix some include headers macros
2020-10-23 17:29:39 +02:00
Marcus T
5919641285
Improve warning message wording
...
The comments earlier in the file indicate an optimized kernel may be listed as unavailable either because A) it doesn't exist or B) provides no benefit.
This updates the warning message to make that more clear.
2020-10-21 16:23:38 -04:00
Marcus T
ee3b5da25b
Improve warning message wording
...
The current warning message makes it sound like the optimized kernel exists but isn't being used. This rewording makes it clear that the optimized kernel simply doesn't exist.
2020-10-20 13:56:39 -04:00
Konrad Goławski
3c251416b0
Fix types.h include guard
2020-10-20 16:27:29 +02:00
Jens Steube
15bf8b7302
Merge pull request #2579 from philsmd/tests_remove_asn1_package
...
tests: remove requirement Convert::ASN1
2020-10-13 11:22:31 +02:00
Jens Steube
1a6d8c6f97
Merge pull request #2578 from philsmd/use_python3_and_pip3
...
tests: use python3/pip3 instead of just python/pip
2020-10-13 11:21:47 +02:00
philsmd
2a3f487d94
tests: remove requirement Convert::ASN1
2020-10-13 10:26:45 +02:00
philsmd
10b3e3051c
tests: use python3/pip3 instead of just python/pip
2020-10-13 10:12:10 +02:00
Jens Steube
fb219e0a69
Added hash-mode: PKCS#8 Private Keys
2020-10-09 10:35:27 +02:00
Jens Steube
a8506e6691
Fix broken support for fast hashes in optimized mask attack mode due to changes caused from -a 9 addition
2020-10-08 13:57:15 +02:00
Jens Steube
ad7fc1a3fe
Merge pull request #2564 from philsmd/master
...
minor: fix indentation issue in -m 17900 = Keccak-384
2020-10-05 12:31:58 +02:00
Jens Steube
341701ab88
Merge pull request #2569 from philsmd/bestcryptV3_pwlen_fix
...
Fixes a buffer problem in -m 23900 if pw_len is larger than expected
2020-10-05 12:31:08 +02:00
philsmd
1734b3da1b
Added mongodb-scram ServerKey (-m 24100 for SHA1, -m 24200 for SHA256)
2020-10-04 16:42:19 +02:00
philsmd
8f1aeeed9d
Fixes a buffer problem in -m 23900 if pw_len is larger than expected
2020-10-04 09:59:24 +02:00
philsmd
6df94320cb
minor: fix indentation issue in -m 17900 = Keccak-384
2020-10-02 09:27:25 +02:00
Jens Steube
0db82afa0e
Update -m 23900 from PR to work with updated variable names caused from -a 9
2020-09-30 14:07:03 +02:00
Jens Steube
45ad7f9fe4
Merge pull request #2559 from philsmd/bestcrypt_v3_volume_encryption
...
Added -m 23900 = BestCrypt v3 Volume Encryption
2020-09-30 14:06:17 +02:00
Jens Steube
04d5e5a119
New Attack-Mode: Association Attack. Like JtR's single mode. Very early
...
stage. See hashcat Forum for detailed writeup.
2020-09-29 15:56:32 +02:00
Jens Steube
5b11cde49c
Merge pull request #2558 from philsmd/https_user_manual
...
typo fixes and use https in user_manuals.txt
2020-09-28 10:19:05 +02:00