Login Register
The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


LDAPPER AD LDAP Command Line Searching that doesn't suck. filter_list
Author
Message
LDAPPER AD LDAP Command Line Searching that doesn't suck. #1
This tool was written to address a lot of the issues I was experiencing with ldapsearch and AD interaction in general. In particular, this tool addresses the following problems that I've experienced:
  1. Inability to return more than a thousand results from AD. This tool supports LDAP record paging and works around other AD bugs to allow an arbitrary numbers of records to be retrieved.
  2. Inability to use NTLM credentials in an intuitive fashion to authenticate. While you still have to provide the baseDN(no longer necessary), you can provide the NETBIOS domain name, username, and password to authenticate to a Windows DC.
  3. Inability to precisely control the number of returned records, the speed at which they are returned, and the number of records pulled at a time. This tool allows you to control all of these items, including adding delays between each paged call. In addition, multiple DC's can be specified for round-robining querying.
  4. Inability to return the results in easily digestible forms. This tool currently supports three formats:
  • plain: A nice, readable, text version of the data with sub-items tabbed in.
  • json: JSON output, with extra white space for easy readability.
  • json_tiny: JSON output with all extra whitespace stripped.
  1. Inability to return only attributes you care about. This tool allows you to either return all attributes, or return only the ones you want.
  2. Inability to have a list of pre-baked, commonly used queries, saved.
[Image: Vs4P58c.png]

Reply







Users browsing this thread: 1 Guest(s)