Certified Ethical Hacker (CEH v13) — Question 122

A Certified Ethical Hacker (CEH) is given the task to perform an LDAP enumeration on a target system. The system is secured and accepts connections only on secure LDAP. The CEH uses Python for the enumeration process. After successfully installing LDAP and establishing a connection with the target, he attempts to fetch details like the domain name and naming context but is unable to receive the expected response. Considering the circumstances, which of the following is the most plausible reason for this situation?

Answer options

Correct answer: C

Explanation

The correct answer is C because without 'use_ssl = True', the secure LDAP connection cannot be properly established, leading to the failure in fetching the required details. Option A is incorrect because the connection was established, and option B is not applicable as there’s no indication of the intrusion detection system interfering. Option D is also wrong since the Python version does not affect the initialization of the secure LDAP connection.