┌──(root㉿kali)-[~] └─# proxychains python2 get-pip.py [proxychains] config file found: /etc/proxychains4.conf [proxychains] preloading /usr/lib/x86_64-linux-gnu/libproxychains.so.4 [proxychains] DLL init: proxychains-ng 4.16 [proxychains] DLL init: proxychains-ng 4.16 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [proxychains] Strict chain ... 10.10.8.1:10810 ... pypi.org:443 ... OK Collecting pip<21.0 [proxychains] Strict chain ... 10.10.8.1:10810 ... files.pythonhosted.org:443 ... OK Downloading pip-20.3.4-py2.py3-none-any.whl (1.5 MB) |████████████████████████████████| 1.5 MB 820 kB/s Collecting wheel Downloading wheel-0.37.1-py2.py3-none-any.whl (35 kB) Installing collected packages: pip, wheel Successfully installed pip-20.3.4 wheel-0.37.1 [proxychains] Strict chain ... 10.10.8.1:10810 ... pypi.org:443 ... OK
然后使用命令进行版本升级:
1 2 3 4 5 6 7 8 9
┌──(root㉿kali)-[~] └─# proxychains pip2 install --upgrade pip [proxychains] config file found: /etc/proxychains4.conf [proxychains] preloading /usr/lib/x86_64-linux-gnu/libproxychains.so.4 [proxychains] DLL init: proxychains-ng 4.16 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [proxychains] DLL init: proxychains-ng 4.16 [proxychains] Strict chain ... 10.10.8.1:10810 ... pypi.org:443 ... OK Requirement already up-to-date: pip in /usr/local/lib/python2.7/dist-packages (20.3.4)
再进行安装工具的升级:
1 2 3 4 5 6 7 8 9 10 11 12 13 14
┌──(root㉿kali)-[~] └─# proxychains pip2 install --upgrade setuptools [proxychains] config file found: /etc/proxychains4.conf [proxychains] preloading /usr/lib/x86_64-linux-gnu/libproxychains.so.4 [proxychains] DLL init: proxychains-ng 4.16 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [proxychains] DLL init: proxychains-ng 4.16 [proxychains] Strict chain ... 10.10.8.1:10810 ... pypi.org:443 ... OK Collecting setuptools [proxychains] Strict chain ... 10.10.8.1:10810 ... files.pythonhosted.org:443 ... OK Downloading setuptools-44.1.1-py2.py3-none-any.whl (583 kB) |████████████████████████████████| 583 kB 392 kB/s Installing collected packages: setuptools Successfully installed setuptools-44.1.1
完美解决~
1 2 3 4 5 6 7 8 9 10 11 12 13 14
┌──(root㉿kali)-[~] └─# proxychains pip2 install lxml [proxychains] config file found: /etc/proxychains4.conf [proxychains] preloading /usr/lib/x86_64-linux-gnu/libproxychains.so.4 [proxychains] DLL init: proxychains-ng 4.16 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [proxychains] DLL init: proxychains-ng 4.16 [proxychains] Strict chain ... 10.10.8.1:10810 ... pypi.org:443 ... OK Collecting lxml [proxychains] Strict chain ... 10.10.8.1:10810 ... files.pythonhosted.org:443 ... OK Downloading lxml-4.9.3-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl (5.7 MB) |████████████████████████████████| 5.7 MB 429 kB/s Installing collected packages: lxml Successfully installed lxml-4.9.3