1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00
Commit Graph

7263 Commits

Author SHA1 Message Date
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
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
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
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
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
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
8526716bb2
Add files via upload 2020-10-29 10:38:11 +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
TROUNCE
1088000739
Add files via upload 2020-10-24 20:59:27 +01:00
TROUNCE
4f21a06c58
Add files via upload 2020-10-24 20:37:57 +01:00
TROUNCE
5edd8e5f66
Add files via upload 2020-10-24 19:49:52 +01:00
TROUNCE
0dff551161
Add files via upload 2020-10-24 19:39:49 +01:00
TROUNCE
5395f9809f
Add files via upload 2020-10-24 19:38:46 +01:00
TROUNCE
06e55a3694
Add files via upload 2020-10-24 16:23:38 +01:00
TROUNCE
fd32cf5628
Update readme.txt 2020-10-23 22:29:58 +01:00
TROUNCE
9edf746ff4
Update changes.txt 2020-10-23 22:29:34 +01:00
Konrad Goławski
44ceb819fa Declare phony targets 2020-10-23 19:27:12 +02: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
TROUNCE
43e07b7a54
Add files via upload 2020-10-20 19:44:52 +01:00
TROUNCE
57fac8ab0f
Add files via upload 2020-10-20 19:44:19 +01:00