Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam 312-50v12 All Questions

View all questions & answers for the 312-50v12 exam

Exam 312-50v12 topic 1 question 143 discussion

Actual exam question from ECCouncil's 312-50v12
Question #: 143
Topic #: 1
[All 312-50v12 Questions]

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?

  • A. The system failed to establish a connection due to an incorrect port number.
  • B. The enumeration process was blocked by the target system's intrusion detection system.
  • C. The secure LDAP connection was not properly initialized due to a lack of 'use_ssl = True' in the server object creation.
  • D. The Python version installed on the CEH's machine is incompatible with the Idap3 library.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Spam_Protection
8 months, 2 weeks ago
Selected Answer: C
3. As shown in the code given below, create a server object (server), specify the target IP address or hostname and port number. If the target server is listening on secure LDAP, specify use_ssl = True.
upvoted 2 times
...
insaniunt
9 months, 2 weeks ago
Selected Answer: C
"The system is secured and accepts connections only on secure LDAP."
upvoted 3 times
qtygbapjpesdayazko
8 months, 1 week ago
This is the way
upvoted 1 times
...
...
cloudgangster
9 months, 2 weeks ago
Selected Answer: C
PG 434 CEH V12
upvoted 2 times
...
cloudgangster
9 months, 2 weeks ago
C is the answer, CEH V12 PG434
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...