Skip to content

Releases: c3rebro/ldap2csv

LDAP2CSV v0.6

Choose a tag to compare

@c3rebro c3rebro released this 29 Mar 00:16

fix: #2 when using -a parameter

Full Changelog: v0.5.7006...v0.6

LDAP2CSV v0.5.7006

Choose a tag to compare

@c3rebro c3rebro released this 08 Mar 12:39
  • fix of randomized order of exported attributes, now they appear in the order given in the options

LDAP2CSV v0.4.6941

Choose a tag to compare

@c3rebro c3rebro released this 02 Jan 21:55
  • improved server path formatting

LDAP2CSV v0.4.6929

Choose a tag to compare

@c3rebro c3rebro released this 21 Dec 22:49
  • 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

Choose a tag to compare

@c3rebro c3rebro released this 13 Dec 21:41
2ca1f0e

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

LDAP2CSV v0.2

Choose a tag to compare

@c3rebro c3rebro released this 13 Dec 00:22
cf303ac

+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