# LDAP ## Get Domain ```sh ldapsearch -H ldap://$TARGET_IP -x -s base namingcontexts ``` * Use found namingcontexts DC ```sh ldapsearch -H ldap://$TARGET_IP -x -b 'DC=,DC= ``` * Authenticated LDAP Search ```sh ldapsearch -H ldap://$TARGET_IP -x -b 'DC=,DC=' -D '\' -W > outfile ``` ## Domain Dump * If a set of credentials are known via ```sh ldapdomaindump $TARGET_IP -u '\' -p '' --no-json --no-grep ``` * Take a look at the genreated HTML files