@@ -6,7 +6,7 @@ This module uses an anonymous-bind LDAP connection to dump data from
66the vmdir service in VMware vCenter Server version 6.7 prior to the
776.7U3f update, only if upgraded from a previous release line, such as
886.0 or 6.5.
9- If the bind username and password are provided (BIND_DN and BIND_PW
9+ If the bind username and password are provided (BIND_DN and LDAPPassword
1010options), these credentials will be used instead of attempting an
1111anonymous bind.
1212
@@ -36,18 +36,33 @@ If you already have the LDAP base DN, you may set it in this option.
3636### VMware vCenter Server 6.7 virtual appliance on ESXi
3737
3838```
39- msf5 > use auxiliary/gather/vmware_vcenter_vmdir_ldap
40- msf5 auxiliary(gather/vmware_vcenter_vmdir_ldap) > options
39+ msf6 auxiliary(gather/vmware_vcenter_vmdir_ldap) > show options
4140
42- Name Current Setting Required Description
43- ---- --------------- -------- -----------
44- BASE_DN no LDAP base DN if you already have it
45- DOMAIN no The domain to authenticate to
46- PASSWORD no The password to authenticate with
47- RHOSTS yes The target host(s), see https://docs.metasploit.com/docs/using-metasploit/basics/using-metasploit.html
48- RPORT 636 yes The target port
49- SSL true no Enable SSL on the LDAP connection
50- USERNAME no The username to authenticate with
41+ Module options (auxiliary/gather/vmware_vcenter_vmdir_ldap):
42+
43+ Name Current Setting Required Description
44+ ---- --------------- -------- -----------
45+ BASE_DN no LDAP base DN if you already have it
46+ SSL true no Enable SSL on the LDAP connection
47+
48+
49+ Used when connecting via an existing SESSION:
50+
51+ Name Current Setting Required Description
52+ ---- --------------- -------- -----------
53+ SESSION no The session to run this module on
54+
55+
56+ Used when making a new connection via RHOSTS:
57+
58+ Name Current Setting Required Description
59+ ---- --------------- -------- -----------
60+ LDAPDomain no The domain to authenticate to
61+ LDAPPassword no The password to authenticate with
62+ LDAPUsername no The username to authenticate with
63+ RHOSTS no The target host(s), see https://docs.metasploit.com/docs/using-metasploit/basics/using-
64+ metasploit.html
65+ RPORT 636 no The target port
5166
5267
5368Auxiliary action:
@@ -57,6 +72,8 @@ Auxiliary action:
5772 Dump Dump all LDAP data
5873
5974
75+
76+ View the full module info with the info, or info -d command.
6077msf5 auxiliary(gather/vmware_vcenter_vmdir_ldap) > set rhosts [redacted]
6178rhosts => [redacted]
6279msf5 auxiliary(gather/vmware_vcenter_vmdir_ldap) > run
0 commit comments