Last updated 1 year ago
Was this helpful?
ldapsearch -x -H ldap://test.domain.com -s base namingcontexts
ldapsearch -x -H ldap://test.domain.com -s sub -b 'DC=HTB,DC=LOCAL'
ldapsearch -x -b 'cn=Users,dc=support,dc=htb' -H ldap://10.10.11.174 -D support\\ldap -w '<pass>'
cat ldapsearch_output | awk '{print $1}' | sort | uniq -c | sort -n | grep ':'