Commit Graph

183 Commits (master)

Author SHA1 Message Date
philsmd 754038ad16
fixes #3090 closes #3091: Added -m 2850x = Bitcoin WIF/P2PKH private key cracking
2 years ago
Your Name 0a2245959f Clarified the --help of test.pl: passthrough and potthrough generate a new salt on each invocation, and verify parses the salt.
3 years ago
Your Name d22c599c98 added note in test.pl potthrough: it only works with unsalted hashes
3 years ago
Royce Williams 4edb4b923e test.pl: add 'potthrough' (like passthrough, but plain:hash)
4 years ago
Jens Steube 7d72bd7bae Update test.pl to use is_whole() instead of is_count()
4 years ago
jsteube 0507d709f0 Enable setting test.pl IS_OPTIMIZED via environment variable
5 years ago
jsteube 420876c85f Fix -m 8100 module_jit_build_options hook
5 years ago
jsteube 4cf1e75871 Add some module specific warnings for ROCM driver in pure kernel mode
5 years ago
jsteube 58390e34b7 Set back default testing configuration to optimized mode
5 years ago
jsteube 5da1e4b872 Fixed maximum password length limit which was announced as 256 but actually was 255
5 years ago
jsteube ae360d8dca Make sure in test.pl to output always at least 8 passwords
5 years ago
jsteube 2162e411e9 Ensure that len_min cannot be larger than len_max, which can happend if len_max was forced to reduced in some special conditions
5 years ago
jsteube cec4aeac10 Enforce a certain number of entries in random selected password and salt length selection buffers in test.pl
5 years ago
jsteube a1b72fc93a Go back to at least one minimum and maximum of password and salt length
5 years ago
jsteube 7721645758 Not enforcing minimum and maximum password and salt length saves a lot of headache
5 years ago
jsteube 0e9f445030 Add -m 15400 unit test
5 years ago
jsteube f2e2967eec Fixed more constraints in unit tests
5 years ago
jsteube 44b15049e7 Mode 2400 and 2410 do not have pure kernel
5 years ago
jsteube 9a4426169c Improve test.pl password selection
5 years ago
jsteube 2c47c03e26 the idea of having guaranteed mixed password and salt lengths is not working.
5 years ago
jsteube 958d89872a Remove old code
5 years ago
jsteube 55ff8fe729 Guarantee to have used the minimum and maximum length of both password and salt to be used at least once
5 years ago
jsteube 620bd693c5 Guarantee output of 8 entries in single mode in test.pl
5 years ago
jsteube ac0560fd4a Make use of module_constraints more easy and fix some modes
5 years ago
jsteube 9b572d3faa Add remaining updates for test.sh
5 years ago
jsteube e137794555 Fix random_number() and -m 12 contraints
5 years ago
jsteube e8029cdc5c Generate more reasonable pw and salt length in test.pl mode single
5 years ago
jsteube 062e539b02 Workaround old salt length problem
5 years ago
jsteube 22da2407e9 Make sure word length in test.pl single mode only increases or stays equal to previous one
5 years ago
jsteube 10a7c5df3d Improve test.pl functionality a bit
5 years ago
jsteube 2afb4e0f36 Fix test.pl single mode if password is '0'
5 years ago
jsteube 7538e82b72 Bring back comparison of hashlist in crackfile
5 years ago
jsteube 97fc147aec Do not try passwords > length 31 in optimized mode, because this works only in -a 3 mode
5 years ago
Jens Steube 5717fcd1a6 Update test_modules and test.pl to respect valid password and salt length ranges per hash mode
5 years ago
jsteube 8bb28837ef Limit single mode to 31 in general as in old test.pl
5 years ago
R. Yushaev 6365672c34 Add module_preprocess_hashlist hook for tests
5 years ago
R. Yushaev 9f1749dce3 Add test modules and helper functions
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 c5fb8ab2e8 Fix use of test.pl from test.sh
5 years ago
jsteube c0e83dc471 Some minor test.pl fixes, added m01000.pm
5 years ago
R. Yushaev a92ab33ad5 Add modularized test.pl
5 years ago
R. Yushaev d0478e4481 Rename test.pl to legacy_test.pl
5 years ago
R. Yushaev b5a7e967c1 Add support for Open Document Format 1.1
5 years ago
R. Yushaev 875d6eb516 Fix selftest for hash-mode 18400
5 years ago
Sein Coray a70a0513bf
Added hash mode 18500 sha1(md5(md5($pass)))
5 years ago
R. Yushaev 6a5b0c821e Add support for Open Document Format 1.2
5 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
R. Yushaev 0134f5f018 Clean up test suite scripts
6 years ago