msldap
msldap copied to clipboard
LDAP library for auditing MS AD
Hi! I have foresta.contoso.local and forestb.contoso.local. I need login with [email protected] to dc1.forestb.contoso.local msldap ldap+kerberos-ccache://foresta\\admin:[email protected]/?dc=192.168.2.1 I got error KDC_ERR_WRONG_REALM
minikerberos-getTGT can request tgt  msldap can't auth to dc with ldap+kerberos auth 
I installed version 0.5.7 with `pipx`: `pipx install git+https://github.com/skelsec/msldap.git` When running `msldap` the following error is thrown: ``` Traceback (most recent call last): File "/home/kali/tools/msldap/msldap/bin/msldap", line 5, in from msldap.examples.msldapclient...
JSON output may not be parsed via `jq` Also it doesn't supports alternative codepages. I suggest - `print(json.dumps(entry, ensure_ascii=False))` For example: ``` query (description=*) sAMAccountName,description ```
Hi, I faced an exception in `ParserActions.return_escaped_char()` function when an element text value is equal to `\\` (0x5C). I just added a check to the function to handle this case.
As for now a url of type smb2+ntlm-password://TEST\\testuser:Passw/[email protected] will be wrongly interpreted and there is no way to url encode it as smb2+ntlm-password://TEST\\testuser:Passw%[email protected] to pass it to your libraries. This...
Hi, I made a small change to show the trust attributes in the output of the `trusts` cli command. 
Option to send already encoded values calling MSLDAPClient.modify. Disabled by default to not disturb tools already using this function. I also added LDAP_WELL_KNOWN_ATTRS in the available lookup tables to increase...
I added an option to be able to retrieve raw values calling MSLDAPClient.pagedsearch instead of automatically decoding them. This option is disabled by default to not disturb tools already using...
I stayed up all night playing a CTF and all I found was a hash.