Commit Graph

494 Commits (68d6d36761e7f5ddb3b58cb90b6a89e8fe9e088a)

Author SHA1 Message Date
Jens Steube e0a630d5a5
Merge pull request #1864 from matrix/hash-mode-plugin-2400
5 years ago
jsteube 2e61d9d0b8 Authenticated hashes (HMAC) use separate buffers for password and salt, therefore no combination constraints required
5 years ago
Jens Steube e08cca8eee
Merge pull request #1863 from s3inlc/test-plugin-150_160
5 years ago
Jens Steube d2dfc75d11
Merge pull request #1862 from matrix/hash-mode-plugin-md4
5 years ago
Jens Steube 1f398f7626
Merge pull request #1861 from s3inlc/test-plugin-133_140_141
5 years ago
Jens Steube 0f4eac3339
Merge pull request #1859 from s3inlc/test-plugin-130_131_132
5 years ago
Sein Coray 2638052daa
Fixed spacing
5 years ago
Sein Coray a1fa4aa12f
Fixed spacing
5 years ago
jsteube 31822a9bea Fix spacing
5 years ago
Jens Steube ebd4fcbbc2
Merge pull request #1856 from s3inlc/test-plugin-121_122_125
5 years ago
Jens Steube 0394df1faf
Merge pull request #1855 from matrix/hash-mode-plugin-sha384
5 years ago
Gabriele Gristina 6fb999a505 Add Cisco-PIX MD5 module
6 years ago
Sein Coray f16f04ac17
Added test modules for mode 150 and 160
6 years ago
Gabriele Gristina 6fc74a2bdb Add MD4 module
6 years ago
Sein Coray 4d1c53b3e5
Added test modules for mode 133, 140 and 141
6 years ago
Sein Coray e12ce123c9
Added test modules for mode 130, 131 and 132
6 years ago
Sein Coray 3b629e9c12
Added test modules for mode 121, 122 and 125
6 years ago
Gabriele Gristina 2068f88371 Add SHA384 module
6 years ago
Gabriele Gristina aa15ae9fb5 Add SHA224 module
6 years ago
Gabriele Gristina 9f6a27e8b6 Add SHA256 module
6 years ago
jsteube 105c0ce0cb Add unit test for SHA512
6 years ago
Jens Steube fb938970d8
Merge pull request #1844 from s3inlc/test-plugin-101_111_112
6 years ago
Sein Coray 7b033a58ae
Fixed test module constraints
6 years ago
Sein Coray c959d1bb34
Added test modules for mode 101, 111 and 112
6 years ago
jsteube 958d89872a Remove old code
6 years ago
jsteube 55ff8fe729 Guarantee to have used the minimum and maximum length of both password and salt to be used at least once
6 years ago
jsteube 620bd693c5 Guarantee output of 8 entries in single mode in test.pl
6 years ago
jsteube 0baf8fc2f9 Fix constraints in -m 30 and -m 40 and return array in -m 40
6 years ago
jsteube 9ee247c6f8 Fix password length for optimized mode in constraints for hash-mode 22: 55 - (1 + 20 + 1)
6 years ago
Jens Steube 3516fd70a4
Merge pull request #1843 from s3inlc/test-plugin-22_30_40
6 years ago
Sein Coray a4b7a052b8
Added test modules for mode 22, 30 and 40
6 years ago
Sein Coray 50cac0a43b
Changed regex to read hash modes from test modules
6 years ago
jsteube 8613e2fc81 test.sh fix packaged hash types
6 years ago
jsteube 3b43bd6d03 Automatically fill HASH_TYPES in test.sh
6 years ago
jsteube ac0560fd4a Make use of module_constraints more easy and fix some modes
6 years ago
jsteube eeff037365 Fix test.sh in non-optimized mode
6 years ago
jsteube f721f23d39 Update test modules to max password length 255 not 256
6 years ago
jsteube 92828910fe Added test_module for -m 300
6 years ago
jsteube 14cda9b33c Added test_module for -m 200
6 years ago
jsteube 9b572d3faa Add remaining updates for test.sh
6 years ago
jsteube 925c089035 test.sh -a 6 fixes
6 years ago
jsteube 813977e419 test.sh first changes
6 years ago
jsteube bcbaef3853 Fix maximum password and salt length in -m 23
6 years ago
jsteube e137794555 Fix random_number() and -m 12 contraints
6 years ago
jsteube e8029cdc5c Generate more reasonable pw and salt length in test.pl mode single
6 years ago
jsteube 062e539b02 Workaround old salt length problem
6 years ago
jsteube 22da2407e9 Make sure word length in test.pl single mode only increases or stays equal to previous one
6 years ago
jsteube 10a7c5df3d Improve test.pl functionality a bit
6 years ago
jsteube fcaa7d5336 Fix test_modules
6 years ago
jsteube 2afb4e0f36 Fix test.pl single mode if password is '0'
6 years ago
jsteube 7538e82b72 Bring back comparison of hashlist in crackfile
6 years ago
jsteube 97fc147aec Do not try passwords > length 31 in optimized mode, because this works only in -a 3 mode
6 years ago
Jens Steube 5717fcd1a6 Update test_modules and test.pl to respect valid password and salt length ranges per hash mode
6 years ago
Jens Steube b20591fb89
Merge pull request #1840 from s3inlc/test-plugin-50_60
6 years ago
Jens Steube ec96c5128f
Merge pull request #1839 from s3inlc/test-plugin-20_21_23
6 years ago
Sein Coray c15b095088
Added test modules for mode 50 and 60
6 years ago
Sein Coray b3c29c9412
Added test modules for mode 20, 21 and 23
6 years ago
Jens Steube 1091feb85d
Merge pull request #1838 from s3inlc/test-plugin-10_12
6 years ago
Sein Coray f476ccc548
added new test module for mode 10 and 12
6 years ago
Jens Steube 146acbd79f
Merge pull request #1837 from s3inlc/test-plugin-18500
6 years ago
jsteube 8bb28837ef Limit single mode to 31 in general as in old test.pl
6 years ago
Sein Coray b09ccbfbb0
Added new test module for mode 18500
6 years ago
R. Yushaev 6365672c34 Add module_preprocess_hashlist hook for tests
6 years ago
jsteube 7396ce3273 Remove copy/paste left over
6 years ago
jsteube 864bd3451e Add test module for -m 1500
6 years ago
R. Yushaev 9f1749dce3 Add test modules and helper functions
6 years ago
jsteube ae53dd3b85 Update other modules just for consistency
6 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
6 years ago
jsteube c5fb8ab2e8 Fix use of test.pl from test.sh
6 years ago
jsteube c0e83dc471 Some minor test.pl fixes, added m01000.pm
6 years ago
R. Yushaev 444d11a74b Add test modules
6 years ago
R. Yushaev a92ab33ad5 Add modularized test.pl
6 years ago
R. Yushaev d0478e4481 Rename test.pl to legacy_test.pl
6 years ago
R. Yushaev b5a7e967c1 Add support for Open Document Format 1.1
6 years ago
R. Yushaev 875d6eb516 Fix selftest for hash-mode 18400
6 years ago
Jens Steube 478fd2c8cf
Merge pull request #1815 from s3inlc/test-compatibility
6 years ago
Sein Coray 997a6cce87
Changed cat -A to cat -vet in test.sh
6 years ago
Sein Coray a70a0513bf
Added hash mode 18500 sha1(md5(md5($pass)))
6 years ago
R. Yushaev 6a5b0c821e Add support for Open Document Format 1.2
6 years ago
Jens Steube 72319875d8 Update version to 5.1.0
6 years ago
R. Yushaev baf47d409e Add Camellia support for VeraCrypt kernels
6 years ago
Jens Steube 8fb93a7685 Add new layouts folder to binary package script
6 years ago
R. Yushaev 8b04be0e93 Add Kuznyechik support for VeraCrypt kernels
6 years ago
Jens Steube 1a8c712452 Fix typo in test.pl
6 years ago
Jens Steube 2635331de3 Unify some global handling in test.pl
6 years ago
jsteube 63aae4d670 Fix missing perl modules in install_modules.sh
6 years ago
jsteube b1d3e2d403 Add some missing perl modules to install_modules.sh
6 years ago
R. Yushaev 0134f5f018 Clean up test suite scripts
6 years ago
Jens Steube a4200ba167 Added hash-mode 18300 (Apple File System)
6 years ago
RAN1 4e558e0fd8 Update code generator function names
6 years ago
Jens Steube 2aff01b20e Hardware Monitor: Renamed --gpu-temp-abort to --hwmon-temp-abort
6 years ago
R. Yushaev 34aa899a05 Add RIPEMD-160 test containers for VeraCrypt modes
6 years ago
R. Yushaev 5eaee33094 Add test containers for VeraCrypt modes
6 years ago
R. Yushaev 47bd838e25 Add VeraCrypt Streebog support
6 years ago
Royce Williams 6053f473eb trailing whitespace
6 years ago
R. Yushaev a8eb611b1c Add HMAC-Streebog-512 (pure kernels)
6 years ago
Arseniy Sharoglazov ee873da300 Added hash-modes 18200 (Kerberos 5 AS-REP etype 23)
6 years ago
R. Yushaev 224315dd62 Add pure kernels and tests for Streebog hashes
6 years ago
Jens Steube dc39deba0f Update version to 5.0.0
6 years ago
unix-ninja 3705ebfbf6 Remove extra whitespace in test.pl
6 years ago
unix-ninja 4cb93ba9bf Add 18100 to test.sh
6 years ago
unix-ninja db4ec8ed2c Fix formatting to comply with hashcat coding guidelines
6 years ago
unix-ninja 3c3b05d1e5 Resolve conflicts
6 years ago
unix-ninja 6cda8f7077 Change TOTP index from 17300 to 18100
6 years ago
unix-ninja 1ecc5e5559 Add TOTP to test.pl
6 years ago
R. Yushaev 5c87720acc Add SHA3 and Keccak
6 years ago
jsteube 4963357fac Update to v4.2.1
6 years ago
philsmd 883336089e test: fixed verify code for -m 16600 = Electrum Wallet
6 years ago
Michael Sprecher 3a321c8dce
Added hash-mode 16900 = Ansible Vault
6 years ago
jsteube 88ebca40b8 Added hash-mode 16800 = WPA-PMKID-PBKDF2
6 years ago
jsteube 81f909e229 Prepare for v4.2.0 release
6 years ago
jsteube c28fdf7f44 Added hash-mode 16700 = FileVault 2
6 years ago
jsteube 215063d0fc Fix some formating for -m 7701 and -m 7801 in test.pl
6 years ago
Mathieu Geli 48283cf473 Add tests for 7701/7801
6 years ago
jsteube 83f07febfc Initial v4.1.1 deverloper mode commit
6 years ago
jsteube c99de3c22a Fix missing function export in test.pl
6 years ago
jsteube 09261dad0e Prepare for v4.1.0 release
6 years ago
jsteube e877c30ebc OpenCL Kernels: Remove password length restriction to 16 for Cisco-PIX and Cisco-ASA hashes
6 years ago
Jens Steube e1eab586fd Add some note for test.pl
6 years ago
Jens Steube 3b4c418b47 Prepare for -m 16600
6 years ago
jsteube ce0cee0ac4 Stick to original JWT format from jwt.io
6 years ago
jsteube 0796c074c3 Added -m 16500 Kernels
6 years ago
jsteube 5eeefb5506 More prepare for JWT
6 years ago
jsteube 6c86243b9b Prepare for JWT
6 years ago
Arseniy Sharoglazov f84b2c52f8 Tests: added support for -m 16400 = CRAM-MD5 Dovecot
6 years ago
philsmd bf656774bb
fixes #1279: added -m 16300 = Ethereum Pre-Sale Wallet, PBKDF2-HMAC-SHA256
7 years ago
jsteube f21137a129 Switch from \r\n to \n line terminators in tools/securenotes2hashcat.pl
7 years ago
Jens Steube a71288da74 Fix rename $SN$ signature to $ASN$ for apple secure notes
7 years ago
jsteube d9c5c42966 Rename $SN$ signature to $ASN$ for apple secure notes
7 years ago
jsteube dc58253703 Fix salt length for mode 16200 in test.pl
7 years ago
jsteube 94c668ce8a Prepare hash-mode 16200 (Apple Secure Notes)
7 years ago
jsteube 6671005fa2 Simplify code to verify cracked hash in test.pl for hash-mode 16100
7 years ago
jsteube c9d352743c Unit tests for mode 16100
7 years ago
jsteube 1b312d14fd Added hash-mode 16000 = Tripcode
7 years ago
jsteube f2ea05ca69 Final v4.0.1 commit
7 years ago
jsteube d0f5c9f2b3 Rename MacOS to macOS
7 years ago
jsteube 980f04a7b6 Rename instances of OSX to MacOS
7 years ago
Fist0urs e3cb3e9b4c test.pl ready and 0 error. Ready for PR
7 years ago
Fist0urs a6294537fd Splitted DPAPI kernel in 2 to increase performances
7 years ago
jsteube 036d4874c7 Update version numbers to v4.0.0-RC1
7 years ago
jsteube 2517292ac1 Removed option --weak-hash-check (zero-length password check) to increase startup time, it also causes many Trap 6 error on OSX
7 years ago
jsteube 617dbb97ba Prepare migration -m 15800 into -m 2500
7 years ago
jsteube 0a0522cf76 Reset salt length limit in test.pl for mode 4520 to not run into errors in case the user specifies the -O mode
7 years ago
philsmd 9f097b473f
formatting: remove tabs in tools/package_bin.sh
7 years ago
jsteube ae5a97a95b Remove -O from test.sh
7 years ago
jsteube 68a8f70edb Mix in pure kernel functions in various optimized kernels
7 years ago
jsteube 29e13d6b77 Add pure kernels for OpenCart
7 years ago
jsteube 6bafc385dc Use pure kernels in test.sh by default
7 years ago
jsteube b9a1e84093 Fix test script for updated max password length of -m 9700 and -m 9800
7 years ago
jsteube c9cae1f663 Add pure kernels for PrestaShop
7 years ago
philsmd 3bc217ddb7
tests: fix tests for -m 14000, 14100, 14900 and 15400
7 years ago
jsteube 03bb234045 Preparation for WPA/WPA2 AES-CMAC: works till PMK
7 years ago
philsmd 86db2ded03
test: fixed tests for -m 2410 in combinator mode
7 years ago
jsteube 335ed09478 Fix test script settings for -m 15400 with new settings from interface.c
7 years ago
jsteube 8c89ed9406 Fix test script settings for -m 2400 and -m 2410 with new settings from interface.c
7 years ago
jsteube dae5d81a9c Update test.sh default options
7 years ago
jsteube 10d9918bb1 Remove password minimum length for -m 112 and -m 3100
7 years ago
jsteube beb6ee2061 Add OPTI_TYPE_OPTIMIZED_KERNEL
7 years ago
jsteube fbea72ebd6 Renamed default kernels to optimized kernels
7 years ago
jsteube 967d7b9323 Rename SALT_TYPE_INTERN to SALT_TYPE_GENERIC
7 years ago
Jens Steube 4833d6c4d7 Fix Makefile and test.sh script
7 years ago
jsteube c4098e2230 Fix invalid use of a non-vector function from within a vector function
7 years ago
jsteube f03156b05e Add switch_buffer_by_offset_1x64_be_S() and code generators for later use
7 years ago
jsteube c512e0c01a Add example -L kernel for algorithms with appended salt in utf16le
7 years ago
jsteube 6cbd2acd24 Added long passwords support for Drupal7
7 years ago
jsteube a22da36a00 Add different code generators for truncate_block(), add results to inc_common.cl and make use of them in m01800-pure.cl
7 years ago
jsteube fa950a30f3 Add code generators for switch_buffer_by_offset_8x4_carry_be_S()
7 years ago
jsteube ae96851db2 Add code generators for switch_buffer_by_offset_4x4_carry_be_S()
7 years ago
jsteube 94103ec3d2 Add code generators for switch_buffer_by_offset_8x4_be_S()
7 years ago
jsteube d861c0db8d Rename code generator filenames so that they match the function they are generator code for
7 years ago
jsteube 84bc2edd5b Add code generators for switch_buffer_by_offset_16x4_be_S()
7 years ago
jsteube 40e1992d08 Rename code generators for switch_buffer_by_offset_le_S to switch_buffer_by_offset_64x1_le_S() and add code generators for switch_buffer_by_offset_16x4_le_S()
7 years ago
jsteube 52c1e15f3f Move kernel-code for -L to standalone files with -pure suffix
7 years ago
jsteube cb791aaf48 Add some code generator helper scripts
7 years ago
jsteube 83d5302256 Fix install makefile target for use with hashcat.hcstat2
7 years ago
jsteube f9b7f1f758 Fix package_bin.sh script to use hashcat.hcstat2
7 years ago
jsteube 71d4926afa Converted -m 400 to password length 256 support
7 years ago
jsteube cea78024bf Fix -m 2100 cracking if (password length & 31) == 0
7 years ago
jsteube 83455817a7 Working example of password up to length 256 for mode 2100
7 years ago
jsteube ad242c2f12 Working example of generic salt up to length 256 for mode 2100
7 years ago
Jens Steube c5c2760a2e Final v3.6.0 commit
7 years ago
Jens Steube 7e5b8d3f25 Added hash-mode 15500 = JKS Java Key Store Private Keys (SHA1)
7 years ago
philsmd c5f88f1a60 test: added missing verify part for -m 15400 = chacha
7 years ago
Royce Williams b9d68d2377 $chacha20$ (all lower case) per @magnumripper
7 years ago
jsteube b8ad89c529 Rename function and variables containing 'unicode' to 'utf16le' because that's what's meant actually
7 years ago
Royce Williams 72baa22337 tidy changes.txt and name normalizations
7 years ago
Royce Williams 3fc185a66b tidy changes.txt and name normalizations
7 years ago
Jens Steube b23ab71d5c - Added hash-mode 15600 = Ethereum Wallet, PBKDF2-HMAC-SHA256
7 years ago
mhasbini bcecd67ced Add test case for position p
7 years ago
mhasbini b1fee3b9f7 update test cases format for tools/test_rules.pl
7 years ago
jsteube b3bf67a11d Remove test cases for test_rules.pl that are known not to work
7 years ago
mhasbini 1330424079 Add support for rejection rule _N
7 years ago
Jens Steube 932d82e4be Merge pull request #1248 from 0xbsec/rules-tests
7 years ago
DoZ10 5683df2e17 Fixed conflicts
7 years ago
mhasbini 791061f6d4 Add tools/test_rules.pl script
7 years ago
DoZ10 264ec951c2 Enhanced test.pl for 15400 and removed endianess confusion
7 years ago
DoZ10 8dfd1bf066 Final. Implemented offset parameter to reach next keystream in kernels. Tested all kernels with scalar and vector modes
7 years ago
DoZ10 cfc3fa64c0 Implemented offset parameter to reach full ks block of 64 bytes
7 years ago
DoZ10 0d3b5393ef Swapped mode 670 -> 15400
7 years ago
Fist0urs 80927f6f66 Fixed verify mechanism + cosmetic changes in global test.pl
7 years ago