msldap icon indicating copy to clipboard operation
msldap copied to clipboard

LDAP library for auditing MS AD

Results 7 msldap issues
Sort by recently updated
recently updated
newest added

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 ![2024-05-01_23-43](https://github.com/skelsec/msldap/assets/143943083/13385a86-c416-42d8-86ab-5772a898373a) msldap can't auth to dc with ldap+kerberos auth ![2024-05-01_23-42](https://github.com/skelsec/msldap/assets/143943083/332a22fa-a5a9-4961-975d-d102eb7d3e8a)

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. ![image](https://github.com/skelsec/msldap/assets/57419228/6caa7ab4-e351-4783-9e0a-e3d2558dca9c)