CroweCybersecurity / ad-ldap-enum

An LDAP based Active Directory user and group enumeration tool
MIT License
302 stars 68 forks source link

Much Needed Love #23

Closed raul5660 closed 3 years ago

raul5660 commented 3 years ago

There has been some house cleaning needed here:

  1. I have updated the code to support python3
  2. Included changes made by @dekanfrus
  3. Included changes made by @sleventyeleven
Zamanry commented 3 years ago

Tested the null and secure modes. Test environment had null insecure and secure LDAP blocked. I recommend adding a requirements.txt with python-ldap in the text file.

Will test the authenticated query soon and in Python3.9. Python2.X still appeared to work.