Commit Graph

533 Commits (14dd1aaaeb12a8b3d9f5683880808aba6d3435a2)

Author SHA1 Message Date
vlo 14dd1aaaeb Added support for passlib pbkdf2-sha256 and sha1
5 years ago
vlo 003e23bae8 Change hash mode of addition, add test module
5 years ago
jsteube b9aaaf7809 Move 198xx DiskCryptor to 200xx to not collide with Kerberos 5, etype 17, Pre-Auth
5 years ago
Jens Steube 17ab30b29f
Merge pull request #1991 from brandoncasaba/master
5 years ago
jsteube f424dd1edb Fix tools/install_modules.sh ro uninstall pycryptodome
5 years ago
Brandon Chalk 0a4ce19915 Merge branch 'master' of https://github.com/hashcat/hashcat
5 years ago
Brandon Chalk 5adb941f9a Test module variable scope fix
5 years ago
philsmd 407d331c9d
tests: fix hash generation of -m 8300 = DNSSEC
5 years ago
Brandon Chalk 95c74c52c1 Add hash modes 19800 (krb5pa etype 17) and 19900 (krb5pa etype 18)
5 years ago
philsmd ab2f81dd38
tests: add all DiskCryptor test modules
5 years ago
jsteube 4cd98603f5 Add DiskCryptor modules for 1024 bit and 1536 and support for Serpent and Twofish. Be careful, untested yet!
5 years ago
Jens Steube 797c7b4be1
Merge pull request #1981 from philsmd/master
5 years ago
philsmd 60c255a69d
added -m 19800 = DiskCryptor AES
5 years ago
philsmd a8ff1a9e6e
shell script: avoid &> and use > + 2> instead
5 years ago
jsteube eb39e64e19 Fix -m 16800 unit test
5 years ago
jsteube 2f2bc54fec Bring back manual maintained NEVER_CRACK since OPTS_TYPE_PT_NEVERCRACK was removed from modules
5 years ago
Sein Coray 1143cef606
Merge branch 'master' into master
5 years ago
Fist0urs 2a2d352c39 m19700 test cases: remove debug strings
5 years ago
Fist0urs afb010870a Add hash modes 19600 (krb5tgs enctype 17) and 19700 (krb5tgs enctype 18)
5 years ago
philsmd 29643b343f
tests: fixed -P command line argument
5 years ago
philsmd decd8322c8
add env variable IS_OPTIMIZED to test.sh
5 years ago
jsteube 0507d709f0 Enable setting test.pl IS_OPTIMIZED via environment variable
5 years ago
philsmd 4b2e3b05f6
tests: -m parameter description fixed
5 years ago
philsmd d4b33ded27
tests: added some convenient parameters to test.sh
5 years ago
Sein Coray ee97d18af9
Added hash mode 19500
5 years ago
jsteube 634c88a027 Merge branch 'master' of https://github.com/hashcat/hashcat
5 years ago
jsteube 3b4bd54899 Fix -m 10700 unit test maximum password length in pure kernel mode
5 years ago
jsteube b290c4c696 Remove --force from test.sh default commandline option
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 23917455ef Added hash-mode 19300 sha1(..)
5 years ago
jsteube 87c24200da Added QNX /etc/shadow hash cracking support
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
philsmd 063e3f1c1c
tests: fix -p and slow_algos/never_crack/hashfile_only
5 years ago
jsteube 2f75a2bcff Fix TC/VC/LUKS detection as SLOW_ALGO in test.sh
5 years ago
jsteube e0ad0d84e1 Automatically detect HASHFILE_ONLY, NEVER_CRACK and SLOW_ALGOS in test.sh
5 years ago
jsteube 9b916918de Remove some debugging leftovers in unit tests
5 years ago
jsteube d0d4ce9f8c Added hash-mode 18800 Blockchain, My Wallet, Second Password (SHA256)
5 years ago
jsteube 68d6d36761 Binary Distribution: Removed 32 bit binary executeables
5 years ago
jsteube 1769181d08 Some extra steps for -m 18900
5 years ago
jsteube 29fedf2c41 Added hash-mode 18900 Android Backup
5 years ago
jsteube b4d52e412b Rename -m 18700 to Java Object hashCode()
5 years ago
jsteube a925545354 No longer require legacy_test.pl
5 years ago
jsteube 51eb9ebff7 Added hash-mode 18700 DJB 32
5 years ago
jsteube 2d0c57c647 Fix pure kernel maximum password length in -m 9900 test unit
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