Commit Graph

74 Commits (master)

Author SHA1 Message Date
jsteube b71e06fca8 Move module sources to src/modules
5 years ago
jsteube 2d4834b735 Add md5crypt based modules
5 years ago
jsteube 02fe28fe6c Preparation for -m 501
5 years ago
jsteube 3adec86fcc Fix md5crypt encoder
5 years ago
jsteube 3c794b370b Add -m 500 module
5 years ago
jsteube c3c665a338 Add -m 400 module
5 years ago
jsteube bc22bfee2e Some cleanup
5 years ago
jsteube b94f7ca411 Add -m 110 module
5 years ago
jsteube 74265307fe Automate module interface version management
5 years ago
jsteube 219f2091f3 Add -m 11 module
5 years ago
jsteube 93e081144a Add -m 10 module
5 years ago
jsteube 269245171d Remove some unneeded code
5 years ago
Jens Steube e0a630d5a5
Merge pull request #1864 from matrix/hash-mode-plugin-2400
5 years ago
Jens Steube d2dfc75d11
Merge pull request #1862 from matrix/hash-mode-plugin-md4
5 years ago
Jens Steube 278b739907
Merge pull request #1860 from matrix/hash-mode-plugin-300
5 years ago
Jens Steube 4e253e5b54
Merge pull request #1858 from matrix/hash-mode-plugin-MySQL323
5 years ago
jsteube 2d64dcccab Fix some spacing and buffer size
5 years ago
Jens Steube 2e841a1c26
Merge pull request #1857 from matrix/hash-mode-plugin-101
5 years ago
jsteube 01f04ed80d Fix spacing
5 years ago
jsteube da2249d143 Fix spacing/tabs
5 years ago
Jens Steube 0394df1faf
Merge pull request #1855 from matrix/hash-mode-plugin-sha384
5 years ago
jsteube e453a9dc04 Fix spacing/tabs
5 years ago
Jens Steube ac9d0603a0
Merge pull request #1854 from matrix/hash-mode-plugin-sha224
5 years ago
Gabriele Gristina f63ef15da1 Fix HASH_CATEGORY in Cisco-PIX MD5 module
5 years ago
Gabriele Gristina 6fb999a505 Add Cisco-PIX MD5 module
5 years ago
Gabriele Gristina 6fc74a2bdb Add MD4 module
5 years ago
Gabriele Gristina 3ac97c9ef5 Add 300 (MySQL4.1/MySQL5) module
5 years ago
Gabriele Gristina d5ee7b42e2 Add missing OPTS_TYPE to MySQL323 module
5 years ago
Gabriele Gristina 8ff2078bda Add MySQL323 module
5 years ago
Gabriele Gristina a64ef4f921 Add 101 (nsldap, SHA-1(Base64), Netscape LDAP SHA) module
5 years ago
Gabriele Gristina 2068f88371 Add SHA384 module
5 years ago
Gabriele Gristina aa15ae9fb5 Add SHA224 module
5 years ago
Gabriele Gristina f5f6625a08 Add SHA1 module
5 years ago
Gabriele Gristina 0b1046d275 Remove additional space chars from SHA256 module
5 years ago
Gabriele Gristina 9f6a27e8b6 Add SHA256 module
5 years ago
jsteube 5bc292fe9b Update existing encoder / decoder to work with updated converter functions
5 years ago
Gabriele Gristina 82fcfafadf Add SHA2-512 module
5 years ago
jsteube 8a5f07df93 Add MD5 module
5 years ago
jsteube 0ae955c5ba With this commit, all hash_mode depending branches from core files are converted into hooks which can be registered on a module level
5 years ago
jsteube 86819c070f Add module_hash_save_binary() and module_hash_init_selftest()
5 years ago
jsteube 4c133c4567 Prepare hash_category
5 years ago
jsteube bbcc8fea29 Use MODULE_DEFAULT in module_init to reference a global default function
5 years ago
jsteube 888da50aad Get rid of hash_mode depending branches in status.c
5 years ago
jsteube e0deb3f825 Add module_deep_comp_kernel()
5 years ago
jsteube 6cbb5e4992 Refactor kernel_accel, kernel_loops and kernel_threads management in combination with modules
5 years ago
jsteube 9190be8d44 Add forced_kernel_accel function
5 years ago
jsteube 5633d6808f Move hash_mode specific code which enforce the use of the JiT compiler to modules
5 years ago
jsteube e537197184 Add module_build_plain_postprocess()
5 years ago
jsteube 73af860f43 Add functionality in test.pl to allow empty hash returns. This is required to enable hash-mode depending password length checks. NTLM supports just 27 characters in optimized mode, but single mode would produce 32, resulting in a non found password
5 years ago
jsteube cfc9772e0e Add module_hash_decode_zero_hash()
5 years ago