From 0bb221c6703c5787bed0043fbd8c47aec6cc7d66 Mon Sep 17 00:00:00 2001 From: Oleksii Shevchuk Date: Fri, 21 Sep 2018 22:57:44 +0300 Subject: [PATCH] Include pypykatz to bundle (doesn't work yet?) --- client/sources/build-docker.sh | 1 + pupy/modules/lazagne.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/client/sources/build-docker.sh b/client/sources/build-docker.sh index 4fd4c948..535acb41 100755 --- a/client/sources/build-docker.sh +++ b/client/sources/build-docker.sh @@ -4,6 +4,7 @@ PACKAGES="rpyc==3.4.4 rsa pefile rsa netaddr win_inet_pton netaddr tinyec pypiwi PACKAGES_BUILD="netifaces msgpack-python u-msgpack-python scandir construct bcrypt" PACKAGES="$PACKAGES pyaudio https://github.com/secdev/scapy/archive/master.zip pyOpenSSL colorama pyuv pynacl" PACKAGES="$PACKAGES https://github.com/CoreSecurity/impacket/archive/master.zip" +PACKAGES="$PACKAGES https://github.com/AlessandroZ/pypykatz/archive/master.zip" SELF=`readlink -f "$0"` SELFPWD=`dirname "$SELF"` diff --git a/pupy/modules/lazagne.py b/pupy/modules/lazagne.py index f35b895d..a7fffbc6 100644 --- a/pupy/modules/lazagne.py +++ b/pupy/modules/lazagne.py @@ -2,7 +2,7 @@ # Author: AlessandroZ from pupylib.PupyModule import config, PupyModule, PupyArgumentParser -from pupylib.PupyOutput import Color, Table, NewLine +from pupylib.PupyOutput import Color, NewLine from pupylib.utils.credentials import Credentials from pupylib.utils.rpyc_utils import obtain