LDAPmonitor icon indicating copy to clipboard operation
LDAPmonitor copied to clipboard

Monitor creation, deletion and changes to LDAP objects live during your pentest or system administration!

Results 6 LDAPmonitor issues
Sort by recently updated
recently updated
newest added

`python-ldap` is a [runtime requirement](https://github.com/p0dalirius/LDAPmonitor/blob/master/python/pyLDAPmonitor.py#L13).

This is a great tool, but unfortunately is is not working if the DC enforces "LDAP Signing" and "Channel Binding". ``` [+]====================================================== [+] LDAP live monitor v1.1 @podalirius_ [+]====================================================== [>]...

bug

Use LDAP control [`LDAP_SERVER_NOTIFICATION_OID`](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-adts/f14f3610-ee22-4d07-8a24-1bf1466cba5f) (`1.2.840.113556.1.4.528`) to get only changed objects in a `(objectClass=*)` query. ```c# PersistentSearch ::= SEQUENCE { changeTypes INTEGER, changesOnly BOOLEAN, returnECs BOOLEAN } ``` ## Drawbacks With...

enhancement

Hey there, First, thanks for the tool, always helpful to prevent mistakes! When I tried to use it today, I found a weird behavior: script is trying to authenticate with...

As the administrator of the domain control, I can use LDAPmonitor to view some changes in the domain, but the |tee result.txt I use is too large. Is it possible...

enhancement