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