This website requires JavaScript.
036e4eba2c
Use -rdynamic instead of including sources of depencies for module compilation
jsteube
2019-01-13 19:16:00 +01:00
b71e06fca8
Move module sources to src/modules
jsteube
2019-01-13 15:28:42 +01:00
2d4834b735
Add md5crypt based modules
jsteube
2019-01-13 00:35:22 +01:00
02fe28fe6c
Preparation for -m 501
jsteube
2019-01-12 23:42:31 +01:00
3adec86fcc
Fix md5crypt encoder
jsteube
2019-01-12 22:18:49 +01:00
3c794b370b
Add -m 500 module
jsteube
2019-01-12 21:48:18 +01:00
676dd1c410
Clean up some migrated code from interface_migrated.c
jsteube
2019-01-12 21:30:21 +01:00
91fc5286fa
Fix module_hash_binary_parse check
jsteube
2019-01-12 21:18:19 +01:00
c3c665a338
Add -m 400 module
jsteube
2019-01-12 15:33:46 +01:00
bc22bfee2e
Some cleanup
jsteube
2019-01-12 15:05:33 +01:00
b94f7ca411
Add -m 110 module
jsteube
2019-01-12 13:26:18 +01:00
17bd76ee62
Use settings from selftest hash for benchmark unless overriden by module hooks
jsteube
2019-01-12 01:59:18 +01:00
74265307fe
Automate module interface version management
jsteube
2019-01-12 00:39:13 +01:00
219f2091f3
Add -m 11 module
jsteube
2019-01-11 23:26:10 +01:00
93e081144a
Add -m 10 module
jsteube
2019-01-11 23:14:52 +01:00
26033e5787
Make use of return length from ascii_digest instead of calling strlen()
jsteube
2019-01-11 23:11:56 +01:00
03f315a4ab
Automatic append of salts to SALT_TYPE_GENERIC hashes is comfortable but counter-intuitive, everything that gets decoded in the module should be also accessed when encoding it again
jsteube
2019-01-11 22:50:05 +01:00
fcfd07ceb2
Move parse_and_store_generic_salt to shared.c
jsteube
2019-01-10 20:51:38 +01:00
269245171d
Remove some unneeded code
jsteube
2019-01-09 16:17:38 +01:00
e0a630d5a5
Merge pull request #1864 from matrix/hash-mode-plugin-2400
Jens Steube
2019-01-09 16:10:52 +01:00
2e61d9d0b8
Authenticated hashes (HMAC) use separate buffers for password and salt, therefore no combination constraints required
jsteube
2019-01-09 11:24:39 +01:00
e08cca8eee
Merge pull request #1863 from s3inlc/test-plugin-150_160
Jens Steube
2019-01-09 11:17:45 +01:00
d2dfc75d11
Merge pull request #1862 from matrix/hash-mode-plugin-md4
Jens Steube
2019-01-09 11:17:04 +01:00
1f398f7626
Merge pull request #1861 from s3inlc/test-plugin-133_140_141
Jens Steube
2019-01-09 11:14:16 +01:00
278b739907
Merge pull request #1860 from matrix/hash-mode-plugin-300
Jens Steube
2019-01-09 11:10:42 +01:00
0f4eac3339
Merge pull request #1859 from s3inlc/test-plugin-130_131_132
Jens Steube
2019-01-09 11:07:55 +01:00
4e253e5b54
Merge pull request #1858 from matrix/hash-mode-plugin-MySQL323
Jens Steube
2019-01-09 11:03:48 +01:00
2d64dcccab
Fix some spacing and buffer size
jsteube
2019-01-09 10:57:04 +01:00
df1e00e4ed
Fix out-of-boundary reads in base32/base64 operations
jsteube
2019-01-09 10:56:47 +01:00
2638052daa
Fixed spacing
Sein Coray
2019-01-09 10:51:26 +01:00
a1fa4aa12f
Fixed spacing
Sein Coray
2019-01-09 10:50:26 +01:00
2e841a1c26
Merge pull request #1857 from matrix/hash-mode-plugin-101
Jens Steube
2019-01-09 10:18:16 +01:00
01f04ed80d
Fix spacing
jsteube
2019-01-09 10:15:01 +01:00
31822a9bea
Fix spacing
jsteube
2019-01-09 10:11:50 +01:00
ebd4fcbbc2
Merge pull request #1856 from s3inlc/test-plugin-121_122_125
Jens Steube
2019-01-09 10:10:10 +01:00
da2249d143
Fix spacing/tabs
jsteube
2019-01-09 10:09:12 +01:00
0394df1faf
Merge pull request #1855 from matrix/hash-mode-plugin-sha384
Jens Steube
2019-01-09 10:07:21 +01:00
e453a9dc04
Fix spacing/tabs
jsteube
2019-01-09 10:06:14 +01:00
5e0dec0d6d
Bring back needed variables
jsteube
2019-01-09 10:03:41 +01:00
77739ec946
Remove unused variable
jsteube
2019-01-09 10:02:03 +01:00
ac9d0603a0
Merge pull request #1854 from matrix/hash-mode-plugin-sha224
Jens Steube
2019-01-09 09:59:51 +01:00
2462722c7f
Merge pull request #1853 from matrix/hash-mode-plugin-sha1
Jens Steube
2019-01-09 09:48:01 +01:00
f63ef15da1
Fix HASH_CATEGORY in Cisco-PIX MD5 module
Gabriele Gristina
2019-01-09 00:03:59 +01:00
6fb999a505
Add Cisco-PIX MD5 module
Gabriele Gristina
2019-01-08 23:57:58 +01:00
f16f04ac17
Added test modules for mode 150 and 160
Sein Coray
2019-01-08 23:46:44 +01:00
6fc74a2bdb
Add MD4 module
Gabriele Gristina
2019-01-08 23:32:17 +01:00
4d1c53b3e5
Added test modules for mode 133, 140 and 141
Sein Coray
2019-01-08 23:27:20 +01:00
3ac97c9ef5
Add 300 (MySQL4.1/MySQL5) module
Gabriele Gristina
2019-01-08 23:19:56 +01:00
d5ee7b42e2
Add missing OPTS_TYPE to MySQL323 module
Gabriele Gristina
2019-01-08 23:11:20 +01:00
e12ce123c9
Added test modules for mode 130, 131 and 132
Sein Coray
2019-01-08 23:00:23 +01:00
8ff2078bda
Add MySQL323 module
Gabriele Gristina
2019-01-08 22:59:31 +01:00
a64ef4f921
Add 101 (nsldap, SHA-1(Base64), Netscape LDAP SHA) module
Gabriele Gristina
2019-01-08 22:40:15 +01:00
3b629e9c12
Added test modules for mode 121, 122 and 125
Sein Coray
2019-01-08 22:35:12 +01:00
2068f88371
Add SHA384 module
Gabriele Gristina
2019-01-08 22:03:07 +01:00
aa15ae9fb5
Add SHA224 module
Gabriele Gristina
2019-01-08 21:46:10 +01:00
f5f6625a08
Add SHA1 module
Gabriele Gristina
2019-01-08 21:35:16 +01:00
1013578364
Merge pull request #1852 from matrix/hash-mode-plugin
Jens Steube
2019-01-08 21:13:07 +01:00
0b1046d275
Remove additional space chars from SHA256 module
Gabriele Gristina
2019-01-08 21:11:49 +01:00
9f6a27e8b6
Add SHA256 module
Gabriele Gristina
2019-01-08 20:28:25 +01:00
5bc292fe9b
Update existing encoder / decoder to work with updated converter functions
jsteube
2019-01-08 20:11:12 +01:00
105c0ce0cb
Add unit test for SHA512
jsteube
2019-01-08 20:10:25 +01:00
6aa7c9befb
Prepare to make byte swapping more intuitional in encoding/decoding functions
jsteube
2019-01-08 20:09:55 +01:00
aea8f5567f
Merge pull request #1851 from matrix/hash-mode-plugin
Jens Steube
2019-01-08 20:08:46 +01:00
82fcfafadf
Add SHA2-512 module
Gabriele Gristina
2019-01-08 17:57:37 +01:00
04171fcfb5
Merge pull request #1850 from matrix/hash-mode-plugin
Jens Steube
2019-01-08 17:45:27 +01:00
e03ff787f6
Merge remote-tracking branch 'upstream/hash-mode-plugin' into hash-mode-plugin
Gabriele Gristina
2019-01-08 16:37:07 +01:00
7d3fee8a55
Fix Makefile DEBUG flags for OSX, add modules compiles by default
Gabriele Gristina
2019-01-08 16:32:27 +01:00
8a5f07df93
Add MD5 module
jsteube
2019-01-08 16:31:41 +01:00
0ae955c5ba
With this commit, all hash_mode depending branches from core files are converted into hooks which can be registered on a module level
jsteube
2019-01-08 15:55:11 +01:00
86819c070f
Add module_hash_save_binary() and module_hash_init_selftest()
jsteube
2019-01-07 10:05:50 +01:00
54edd16746
Clean up some code
jsteube
2019-01-06 13:48:41 +01:00
0186f025d3
Add support for hash modules to usage.c
jsteube
2019-01-06 13:23:45 +01:00
aec6a3bc99
Get rid of hash_mode depending branches in potfile.c
jsteube
2019-01-06 12:04:42 +01:00
4c133c4567
Prepare hash_category
jsteube
2019-01-05 21:02:19 +01:00
bbcc8fea29
Use MODULE_DEFAULT in module_init to reference a global default function
jsteube
2019-01-05 20:17:12 +01:00
888da50aad
Get rid of hash_mode depending branches in status.c
jsteube
2019-01-05 19:18:30 +01:00
e0deb3f825
Add module_deep_comp_kernel()
jsteube
2019-01-05 18:44:43 +01:00
6cbb5e4992
Refactor kernel_accel, kernel_loops and kernel_threads management in combination with modules
jsteube
2019-01-05 18:24:37 +01:00
9190be8d44
Add forced_kernel_accel function
jsteube
2019-01-05 17:01:16 +01:00
e17c3a54d8
Add hook for unstable_warning
jsteube
2019-01-04 11:55:06 +01:00
5633d6808f
Move hash_mode specific code which enforce the use of the JiT compiler to modules
jsteube
2019-01-04 11:23:48 +01:00
c88a837196
Rename d_scryptVX_buf to d_extraX_buf
jsteube
2019-01-04 11:21:42 +01:00
fb938970d8
Merge pull request #1844 from s3inlc/test-plugin-101_111_112
Jens Steube
2019-01-03 17:06:56 +01:00
7b033a58ae
Fixed test module constraints
Sein Coray
2019-01-03 15:50:15 +01:00
e537197184
Add module_build_plain_postprocess()
jsteube
2019-01-03 15:43:19 +01:00
704f353395
Update brain.c hash_mode access
jsteube
2019-01-03 14:47:50 +01:00
e6954ffa6d
Merge pull request #1845 from hashcat/master
Jens Steube
2019-01-03 14:41:42 +01:00
c959d1bb34
Added test modules for mode 101, 111 and 112
Sein Coray
2019-01-03 13:43:05 +01:00
958d89872a
Remove old code
jsteube
2019-01-03 13:41:54 +01:00
55ff8fe729
Guarantee to have used the minimum and maximum length of both password and salt to be used at least once
jsteube
2019-01-03 13:37:15 +01:00
620bd693c5
Guarantee output of 8 entries in single mode in test.pl
jsteube
2019-01-03 13:19:36 +01:00
0baf8fc2f9
Fix constraints in -m 30 and -m 40 and return array in -m 40
jsteube
2019-01-03 12:51:45 +01:00
9ee247c6f8
Fix password length for optimized mode in constraints for hash-mode 22: 55 - (1 + 20 + 1)
jsteube
2019-01-03 11:03:35 +01:00
3516fd70a4
Merge pull request #1843 from s3inlc/test-plugin-22_30_40
Jens Steube
2019-01-03 10:56:49 +01:00
79ecb19990
Merge pull request #1842 from s3inlc/regex
Jens Steube
2019-01-03 10:52:33 +01:00
a4b7a052b8
Added test modules for mode 22, 30 and 40
Sein Coray
2019-01-03 00:12:39 +01:00
50cac0a43b
Changed regex to read hash modes from test modules
Sein Coray
2019-01-02 20:38:16 +01:00
ccd6ecdae3
Update license
Jens Steube
2019-01-02 00:03:03 +01:00
471a8cccaf
Update license
Jens Steube
2019-01-02 00:02:12 +01:00
8afb54a93b
Fix --benchmark-all on windows
jsteube
2018-12-30 17:02:11 +01:00