mirror of https://github.com/n1nj4sec/pupy.git
Include pypykatz to bundle (doesn't work yet?)
This commit is contained in:
parent
a18c2964aa
commit
0bb221c670
|
@ -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"`
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue