john: add olefile deps to fix office2john.py

This commit is contained in:
hatch01
2026-06-15 17:19:27 +07:00
committed by GitHub
parent d7b3f13566
commit 8a661c3eb1
+4
View File
@@ -95,6 +95,10 @@ stdenv.mkDerivation {
scapy
lxml
])
# For office2john.py
++ (with python3Packages; [
olefile
])
++ (with perlPackages; [
# For pass_gen.pl
DigestMD4