1
mirror of https://github.com/hashcat/hashcat synced 2024-09-27 16:01:19 +02:00
Commit Graph

19 Commits

Author SHA1 Message Date
Jens Steube
ee7fd75efb Update tools/install_modules.sh, no longer need to uninstall pycryptodome 2021-05-11 08:11:30 +02:00
philsmd
10b3e3051c
tests: use python3/pip3 instead of just python/pip 2020-10-13 10:12:10 +02:00
Jens Steube
0f31fea8b6
Merge branch 'master' into python3_unit_tests 2020-08-27 09:35:23 +02:00
philsmd
698d0fbbda
tests: added Python 3 support and make it default 2020-08-26 12:49:54 +02:00
philsmd
8e6949e00d minor: update list of perl modules for unit tests 2020-08-26 12:41:25 +02:00
philsmd
89b9d4aaeb
tests: improve install_modules.sh python dependencies 2020-07-21 10:39:38 +02:00
Jens Steube
24b7662e76
Merge pull request #2442 from philsmd/update_test_required_modules
tests: update perl module requirements
2020-06-11 13:01:26 +02:00
philsmd
96416d5dfb tests: update perl module requirements 2020-06-10 11:55:17 +02:00
philsmd
60bb0d6329
tests: add php to requirements 2020-06-10 11:45:31 +02:00
philsmd
db91fe6981 Added -m 21700 = Electrum 4 and -m 21800 = Electrum 5 2019-11-16 10:48:52 +01:00
philsmd
fc2d9ad235 minor: pip2 confirm uninstall fixed 2019-11-09 10:53:25 +01:00
Rosen Penev
f3a3d5aed9
bash to sh for two scripts
These don't use any special bash features. They can use regular sh.
2019-08-03 22:58:56 -07:00
jsteube
f424dd1edb Fix tools/install_modules.sh ro uninstall pycryptodome 2019-04-19 13:17:15 +02:00
philsmd
60c255a69d
added -m 19800 = DiskCryptor AES 2019-04-07 18:08:56 +02:00
jsteube
c0e83dc471 Some minor test.pl fixes, added m01000.pm 2018-12-21 09:10:23 +01:00
R. Yushaev
b5a7e967c1 Add support for Open Document Format 1.1
Contains a kernel for the ODF 1.1 encryption implemented in OpenOffice.
The algorithm uses a SHA-1 checksum, a PBKDF2-HMAC-SHA1 key derivation
with 1024 iterations and Blowfish-CFB encryption.

Valid hashes can be extracted with the libreoffice2john.py script,
available from the John the Ripper Jumbo repository at
https://github.com/magnumripper/JohnTheRipper/blob/bleeding-jumbo/run/libreoffice2john.py

You have to remove the filename suffix at the end of the hash before
passing it to hashcat. Also see 'hashcat -m18600 --example-hashes'.

You can leave the filename prefix if you use the --username option to
process those hashes.

 - Add hash-mode 18600 (Open Document Format (ODF) 1.1 (SHA-1, Blowfish))
 - Tests: add hash-mode 18600 (Open Document Format (ODF) 1.1 (SHA-1, Blowfish))
2018-12-14 13:23:52 +01:00
jsteube
63aae4d670 Fix missing perl modules in install_modules.sh 2018-11-18 20:48:01 +01:00
jsteube
b1d3e2d403 Add some missing perl modules to install_modules.sh 2018-11-18 08:55:49 +01:00
R. Yushaev
0134f5f018 Clean up test suite scripts
The test scripts have grown to be quite big (over 15000 lines) and
are hard to navigate. There are multiple if branches with over
40 conditional checks chained together. This commit solves some of
those issues.

 - Unite big repetetive if conditions into clean array lookups
 - Move 'install help' commands to a separate shell script
 - Adjust array lookup in test.sh to behave more intuitive
 - Add comments at key points to simplify navigation
 - Code formatting
2018-11-12 13:49:12 +01:00