Enumeration
Mandatory
- Enumerate with nmap:
nmap -n -sV --script "ldap* and not brute" $target - Scan with LDAPsearch:
ldapsearch -x -h $target -D '' -w '' -b "DC=BLA,DC=local" - Connect to SSL ports:
openssl s_client -connect $target:636 </dev/null
openssl s_client -connect $target:3269 </dev/null
Leave a Reply
You must be logged in to post a comment.