Use impacket from pip

This commit is contained in:
Oleksii Shevchuk 2020-02-14 13:42:51 +02:00
parent dd00f7f199
commit 96bd5b9518
3 changed files with 5 additions and 5 deletions

View File

@ -35,12 +35,11 @@ if [ "$TOOLCHAIN_ARCH" == "x86" ]; then
fi
$PIP_INSTALL \
pyaml rsa netaddr pyyaml ecdsa idna \
pyaml rsa netaddr pyyaml ecdsa idna impacket \
paramiko pylzma pydbus python-ptrace psutil scandir \
scapy colorama pyOpenSSL python-xlib msgpack-python \
u-msgpack-python poster dnslib pyxattr pylibacl python-prctl http_parser \
https://github.com/alxchk/tinyec/archive/master.zip \
https://github.com/CoreSecurity/impacket/archive/master.zip \
https://github.com/warner/python-ed25519/archive/master.zip \
https://github.com/alxchk/urllib-auth/archive/master.zip \
zeroconf==0.19.1 pyodbc \
@ -139,6 +138,8 @@ for target in $TARGETS; do rm -f $TEMPLATES/$target; done
cd $SRC
MAKEFLAGS="$MAKEFLAGS FEATURE_PATHMAP=1"
make $MAKEFLAGS distclean
make -j $MAKEFLAGS
make $MAKEFLAGS clean

View File

@ -1,7 +1,6 @@
#!/bin/sh
PACKAGES_BUILD="netifaces msgpack-python u-msgpack-python construct bcrypt watchdog dukpy zeroconf==0.19.1"
PACKAGES_BUILD="$PACKAGES_BUILD https://github.com/CoreSecurity/impacket/archive/master.zip"
PACKAGES_BUILD="netifaces msgpack-python u-msgpack-python construct bcrypt watchdog dukpy impacket zeroconf==0.19.1"
PACKAGES_BUILD="$PACKAGES_BUILD pycryptodomex pycryptodome cryptography pyOpenSSL paramiko"
PACKAGES="rsa pefile rsa netaddr win_inet_pton netaddr pypiwin32 poster win_inet_pton dnslib"

View File

@ -13,7 +13,7 @@ colorama
mss==4.0.3
pyOpenSSL
scapy
https://github.com/CoreSecurity/impacket/archive/master.zip
impacket
pyuv
dnslib
https://github.com/benoitc/http-parser/archive/master.zip