1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-22 22:58:30 +00:00

Add some missing perl modules to install_modules.sh

This commit is contained in:
jsteube 2018-11-18 08:55:49 +01:00
parent 240f6298be
commit b1d3e2d403
2 changed files with 5 additions and 2 deletions

View File

@ -45,8 +45,11 @@ cpan install Authen::Passphrase::LANManager \
Digest::SHA3 \
Digest::SipHash \
JSON \
MIME::Base32 \
MIME::Base64 \
Net::DNS::RR::NSEC3 \
Net::DNS::SEC \
Text::Iconv \
;
ERRORS=$((ERRORS+$?))

View File

@ -5,6 +5,8 @@
## License.....: MIT
##
OPTS="--quiet --force --potfile-disable --runtime 400 --hwmon-disable"
TDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# missing hash types: 5200,6251,6261,6271,6281
@ -52,8 +54,6 @@ SLOW_ALGOS=" 400 500 501 1600 1800 2100 2500 3200 5200 5800 6211\
VC_MODES="13711 13712 13713 13721 13722 13723 13731 13732 13733 13751 13752\
13753 13771 13772 13773"
OPTS="--quiet --force --potfile-disable --runtime 400 --hwmon-disable"
OUTD="test_$(date +%s)"
PACKAGE_CMD="7z a"