Merge pull request #158109 from chivay/john-fix

john: Add CompressRawLzma to dependencies
This commit is contained in:
Renaud
2022-02-18 22:29:51 +01:00
committed by GitHub
+1
View File
@@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ gcc python3Packages.wrapPython perl makeWrapper ];
propagatedBuildInputs = (with python3Packages; [ dpkt scapy lxml ]) ++ # For pcap2john.py
(with perlPackages; [ DigestMD4 DigestSHA1 GetoptLong # For pass_gen.pl
CompressRawLzma # For 7z2john.pl
perlldap ]); # For sha-dump.pl
# TODO: Get dependencies for radius2john.pl and lion2john-alt.pl