Lightweight Directory Access Protocol
Information disclosure
Dump All ( Null Authentication )
ldapsearch -v -H 'ldap://$ip' -x -D '' -w '' -b 'DC=domain,DC=local'Dump All ( Anonymous Authentication )
ldapsearch -v -H 'ldap://$ip' -x -b 'DC=domain,DC=local'ldapenum
ldapenum -d $domain -u "" -p ""ldapenum -d $domainLast updated