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

5702 Commits

Author SHA1 Message Date
jsteube
c4602a2255 Replace -m 1800 und and -m 7400 unit test code with system code 2019-02-17 09:37:50 +01:00
jsteube
5c9544bca5 Make sure the salts are unique in unit tests, otherwise -m 6800 will fail 2019-02-17 09:09:29 +01:00
jsteube
f4e43da456 Fix whirlpool final() handling 2019-02-17 08:57:51 +01:00
jsteube
c500553149 Fixed salt_max in -m 2612 2019-02-17 07:36:28 +01:00
jsteube
f2e2967eec Fixed more constraints in unit tests 2019-02-16 16:04:37 +01:00
jsteube
44b15049e7 Mode 2400 and 2410 do not have pure kernel 2019-02-16 14:28:19 +01:00
jsteube
687fe5403c Blake2b has no pure kernel mode 2019-02-16 14:12:18 +01:00
jsteube
a5336ceb72 Allocate always MAX_SALT * 2 bytes for temporary buffers going into generic_salt_encode() 2019-02-16 14:07:53 +01:00
jsteube
ba803a79ae Fix several constraints of raw modes 2019-02-16 13:37:17 +01:00
jsteube
eb0e8eed2a Fix -m 23 salt buffer size 2019-02-16 12:22:50 +01:00
jsteube
9a4426169c Improve test.pl password selection 2019-02-16 12:08:50 +01:00
jsteube
6c215ad015 Fix minimum password length in -m 16000 unit test 2019-02-16 10:04:16 +01:00
jsteube
db18966093 Update max combinator length in unit test -m 3800 2019-02-15 21:41:38 +01:00
jsteube
76bd9d105f Add -m 7400 unit test 2019-02-15 21:21:44 +01:00
jsteube
179194a576 Add -m 7300 unit test 2019-02-15 21:13:54 +01:00
jsteube
6a387bf704 Add -m 7200 unit test 2019-02-15 21:10:02 +01:00
Jens Steube
0a77d089b3
Merge pull request #1918 from 0xbsec/modes_unit_tests_3
Add unit tests for multiple modules:
2019-02-15 20:52:32 +01:00
mhasbini
e085177e58 Add unit tests for multiple modules:
15500, 15600, 15700, 16000, 16100, 16200, 16300, 16400, 16500, 16600 & 16700
2019-02-15 21:48:09 +02:00
jsteube
e0cc7eac67 Add -m 7000 unit test 2019-02-15 20:42:33 +01:00
jsteube
0cb3d83b5e Add -m 6800 unit test 2019-02-15 20:36:45 +01:00
jsteube
2bed7f0ff6 Add -m 6700 unit test 2019-02-15 20:27:45 +01:00
jsteube
f4eb95f8ee Merge branch 'hash-mode-plugin' of https://github.com/hashcat/hashcat into hash-mode-plugin 2019-02-15 20:17:13 +01:00
jsteube
4f947bd40a Add -m 6600 unit test 2019-02-15 20:16:51 +01:00
Jens Steube
65a143140a
Merge pull request #1917 from philsmd/hash-mode-plugin-test-m-fix
tests: fixed problem with -m 0 or -m 0-10 with new hash type range code
2019-02-15 20:02:58 +01:00
Jens Steube
7832b58b6f
Merge pull request #1916 from philsmd/hash-mode-plugin
tests: fixed a new macOS compatiblity issue (sort/sed)
2019-02-15 20:02:47 +01:00
philsmd
071f6de9cb
tests: fixed problem with -m 0 or -m 0-10 with new hash type range code 2019-02-15 19:58:09 +01:00
philsmd
3f66838187
tests: fixed a new macOS compatiblity issue (sort/sed) 2019-02-15 19:51:52 +01:00
Jens Steube
35ad746406
Merge pull request #1915 from philsmd/hash-mode-plugin-7z-fix
fixes 7-Zip parser limits for encrypted/decrypted data lengths
2019-02-15 18:55:50 +01:00
philsmd
7b3ab9dbcb
fixes 7-Zip parser limits for encrypted/decrypted data lengths 2019-02-15 18:49:16 +01:00
Jens Steube
6c4416c9c0
Merge pull request #1914 from philsmd/hash-mode-plugin
tests: added hash mode range for -m option (-m x-y)
2019-02-15 18:44:47 +01:00
philsmd
cd98523b9c
tests: added hash mode range for -m option (-m x-y) 2019-02-15 18:38:19 +01:00
jsteube
158b93832c Fixed cracking of Cisco-PIX and Cisco-ASA MD5 passwords in mask-attack mode if mask > length 16 2019-02-15 15:50:58 +01:00
jsteube
a027b7f2b1 Fix max salt length for -m 1441 2019-02-15 15:11:05 +01:00
jsteube
6e8c4f5577 Fix minimum salt length in -m 18100 unit test 2019-02-15 14:33:42 +01:00
jsteube
20b8139808 Mode 6900 does not support empty passwords 2019-02-15 13:21:34 +01:00
jsteube
38761eb873 Add -m 6900 unit test 2019-02-15 13:19:53 +01:00
jsteube
4768b848b4 Add -m 18300 unit test 2019-02-15 12:27:51 +01:00
jsteube
d98e989a40 Add -m 16900 unit test 2019-02-15 12:13:55 +01:00
jsteube
0d7d1219f5 Add -m 4800 unit test 2019-02-15 10:26:21 +01:00
jsteube
c52854ebb7 Add -m 1731 unit test 2019-02-15 09:50:19 +01:00
jsteube
64540dee37 Limit the compiler threads, otherwise this consumes a lot of memory resources due to the new module sources 2019-02-15 09:24:30 +01:00
jsteube
9310b534f4 A few fixes on unit tests 2019-02-14 17:50:47 +01:00
jsteube
72050ee796 Fix a warning in -m 3100 2019-02-14 13:17:16 +01:00
jsteube
5ef0de45df Where generic_salt_decode() is used, the generic_salt_encode() should be used, too 2019-02-14 13:05:14 +01:00
jsteube
0096f1a56b Add generic_salt_encode so we have both function types 2019-02-14 10:52:24 +01:00
jsteube
6f4b72bcd3 Rename parse_and_store_generic_salt to generic_salt_decode 2019-02-14 09:53:29 +01:00
Jens Steube
5e8b450af6
Merge pull request #1907 from 0xbsec/modes_unit_tests_2
Add unit tests for several modes:
2019-02-14 09:14:47 +01:00
mhasbini
7148aa6706 Add unit tests for several modes:
4900, 5300, 5400, 5700, 5800, 6000, 6100, 6400 & 6500
2019-02-14 01:22:16 +02:00
jsteube
0b40518176 Fix some module hash output in -O mode 2019-02-13 22:08:19 +01:00
Jens Steube
d88a5a2a48
Merge pull request #1906 from 0xbsec/modes_unit_tests_1
Add unit tests for several modes
2019-02-13 20:06:35 +01:00