389 - LDAP
Enumeration
Empty login
Enumerate users and associated data. The description field may contain plaintext credentials. The subdomain is usually the hostname of the machine.
Enumeration with credentials
Set CN string
to one of the following values:
CN=Users
: list all usersCN=Administrators,CN=Builtin
: list all administratorsCN=<username>,CN=Users
: get information about a specific userCN=Domain Admins,CN=Users
: list domain adminsCN=Domain Users,CN=Users
: list domain usersCN=Enterprise Admins,CN=Users
: list enterprise adminsCN=Computers
: list machines
Administrative password
Requires access to LDAP with a valid username and password.
If successful it is possible to login using impacket's psexec.py script. The user is usually the local administrator.
Last updated