guardicore / vmware_vcenter_cve_2020_3952

Exploit for CVE-2020-3952 in vCenter 6.7
https://www.guardicore.com/2020/04/pwning-vmware-vcenter-cve-2020-3952/
BSD 3-Clause "New" or "Revised" License
271 stars 60 forks source link

Can't intall python-ldap #3

Open investlab opened 4 years ago

investlab commented 4 years ago

Hi there, I can't install python-ldap library on Pycharm IDE or my Linux server. Pycharm screenshot: https://prnt.sc/s3sq3r Linux server screenshot: https://prnt.sc/s3st1j (pip3 install python-ldap) Can you help resolve it? Tk U!

SuperSandro2000 commented 4 years ago

You are missing build tools which are required to build native extensions. This should be fixable with apt-get update && apt-get install build-essential python3-dev

investlab commented 4 years ago

You are missing build tools which are required to build native extensions. This should be fixable with apt-get update && apt-get install build-essential python3-dev

Hi @SuperSandro2000 I installed build-tool "apt-get update && apt-get install build-essential python3-dev" My screenshot: https://prnt.sc/s41rwc

SuperSandro2000 commented 4 years ago

You also need to install libldap2-dev

fhlip0 commented 2 years ago

apt-get install build-essential python3-dev python2.7-dev \ libldap2-dev libsasl2-dev slapd ldap-utils tox \ lcov valgrind

should update readme to say all this needs installed to work on current kali

netpr1s0ner commented 2 years ago

sudo apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev