ldapdomaindump icon indicating copy to clipboard operation
ldapdomaindump copied to clipboard

Active Directory information dumper via LDAP

Results 14 ldapdomaindump issues
Sort by recently updated
recently updated
newest added

python3 ldapdomaindump.py ldap://10.10.73.150 [*] Connecting as anonymous user, dumping will probably fail. Consider specifying a username/password to login with [*] Connecting to host... [*] Binding to host [+] Bind OK...

I ran into this on a recent engagement and thought I would push it upstream since I would be willing to bet ldap channel binding is going to be popping...

Can someone shed some light what is causing the error below? Appreciate any help! [*] Connecting to host... [*] Binding to host Traceback (most recent call last): File "/usr/local/bin/ldapdomaindump", line...

Just cosmetics. Some files in this project used windows ends of lines (CRLF aka \r\n), some used unix ones (LF aka \n). This PR is just unifying on all files...

python shabeng not needed to this file and it was not even conclusive to require pytho2 or python3.

…y constraint delegation attacks pattern We have seen that getting this attribute helps in establishing various attacks scenarios for constraints delegation.

I am experiencing a problem that seems similar to #27. Please see below: ``` (venv) deni@NCCBook-Pro ldapdomaindump-0.9.4 % python ldapdomaindump.py 10.129.139.146 [*] Connecting as anonymous user, dumping will probably fail....

A fairly simple method of adding in Kerberos support. Very little code is added to achieve this and most of it is boiler plate to tell which type of connection...

In a recent assessment, a multi-line account description was being returned as a `list`. This broke the `generateGrepList` method that was attempting to `join` the account attributes. The root of...

MemoryError During handling of the above exception, another exception occurred: PS C:\Users\user\Downloads\ldapdomaindump-0.9.3> python .\ldapdomaindump.py DC3 -u domain\user -p pass [*] Connecting to host... [*] Binding to host [+] Bind OK...