TCP 389, 636, 3268, 3269: LDAP
The Lightweight Directory Access Protocol (LDAP) is an open, vendor-neutral, industry standard application protocol for accessing and maintaining distributed directory information services over an Internet Protocol (IP) network.
-- Wikipedia
Related
Enumeration
ldapsearch
Using namingcontexts from previous call
Look for userPassword
s, description
(sometimes admins put interessting stuff there)
windapsearch
Most stuff requires a valid user account
Dump all
Capture requests (e.g. Wireshark)
Find password in request: LDAP -> bindRequest -> authentication: simple -> PASSWORD
Last updated