mirror of https://github.com/n1nj4sec/pupy.git
Ensure 100% pycrypto replaced with pycryptodome
This commit is contained in:
parent
29d3528566
commit
4ecc436de7
|
@ -32,9 +32,6 @@ python -m pip install --upgrade \
|
|||
u-msgpack-python poster dnslib \
|
||||
--no-binary :all:
|
||||
|
||||
python -m pip -q uninstall -y pycrypto
|
||||
python -m pip -q install --upgrade pycryptodome
|
||||
|
||||
python -m pip -q install --upgrade --force-reinstall pycparser==2.17
|
||||
|
||||
echo "[+] Compile pykcp"
|
||||
|
@ -54,6 +51,9 @@ else
|
|||
python -m pip install pyuv --upgrade --no-binary :all:
|
||||
fi
|
||||
|
||||
python -m pip -q uninstall -y pycrypto
|
||||
python -m pip -q install --upgrade --force-reinstall pycryptodome
|
||||
|
||||
cd /usr/lib/python2.7
|
||||
|
||||
echo "[+] Strip python modules"
|
||||
|
|
Loading…
Reference in New Issue