build: add watchdog to windows/linux bundles

This commit is contained in:
Oleksii Shevchuk 2018-10-16 10:28:59 +03:00
parent d8a0fcf8c2
commit 0bb184312c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"