mirror of https://github.com/n1nj4sec/pupy.git
build: add watchdog to windows/linux bundles
This commit is contained in:
parent
d8a0fcf8c2
commit
0bb184312c
|
@ -31,7 +31,7 @@ python -m pip install --upgrade \
|
|||
scapy colorama pyOpenSSL python-xlib msgpack-python \
|
||||
u-msgpack-python poster dnslib \
|
||||
https://github.com/CoreSecurity/impacket/archive/master.zip \
|
||||
--no-binary :all:
|
||||
watchdog --no-binary :all:
|
||||
|
||||
python -m pip -q install --upgrade --force-reinstall pycparser==2.17
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
PACKAGES="rpyc==3.4.4 rsa pefile rsa netaddr win_inet_pton netaddr tinyec pypiwin32 poster win_inet_pton dnslib"
|
||||
PACKAGES_BUILD="netifaces msgpack-python u-msgpack-python scandir construct bcrypt"
|
||||
PACKAGES_BUILD="netifaces msgpack-python u-msgpack-python scandir construct bcrypt watchdog"
|
||||
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"
|
||||
|
|
Loading…
Reference in New Issue