Python library to play with Microsoft LDAP, commonly used in offensive security tooling (e.g., pypykatz). Current version 0.5.15, released irregularly. Requires Python >=3.7.
pip install msldapNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connect to an MS LDAP server using password authentication.
Use 'from msldap import MSLDAPClient' instead.
Wrap calls with asyncio.run() or use await inside async functions.
Use 'msldap.protocol' instead.
No dependency data recorded yet.