Skip to content

Releases: c3rebro/ldap2csv

LDAP2CSV v0.5.7006

08 Mar 12:39
Compare
Choose a tag to compare
  • fix of randomized order of exported attributes, now they appear in the order given in the options

LDAP2CSV v0.4.6941

02 Jan 21:55
Compare
Choose a tag to compare
  • improved server path formatting

LDAP2CSV v0.4.6929

21 Dec 22:49
Compare
Choose a tag to compare
  • added asyncrounous ldap query; query times decreased drastically
  • added attribute query to protocol; query will only aquire neccessary attributes -> decrease packet overhead
  • added connect option: -k = kerberos
  • added connect option: -tls
  • added progress report to console output

LDAP2CSV v0.3

13 Dec 21:41
2ca1f0e
Compare
Choose a tag to compare

changed from System.DirectoryServices to System.DirectoryServices.Protocols due to query issues with large databases (>100.000 entries)

LDAP2CSV v0.2

13 Dec 00:22
cf303ac
Compare
Choose a tag to compare

+initial release
features:

  1. logon with ip:port or hostname/rootDSE
  2. encrypt credentials locally
  3. specify filter, attributes strings as well as csv seperator and encoding