john: add olefile deps to fix office2john.py (#531939)
This commit is contained in:
@@ -95,6 +95,10 @@ stdenv.mkDerivation {
|
||||
scapy
|
||||
lxml
|
||||
])
|
||||
# For office2john.py
|
||||
++ (with python3Packages; [
|
||||
olefile
|
||||
])
|
||||
++ (with perlPackages; [
|
||||
# For pass_gen.pl
|
||||
DigestMD4
|
||||
|
||||
Reference in New Issue
Block a user