Commit Graph

323 Commits (888da50aad404c1902e1621359b94b8fe96cb9ec)

Author SHA1 Message Date
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