Certified Ethical Hacker v13
EC-Council logo

Certified Ethical Hacker v13

CEH

Master cutting-edge ethical hacking techniques with CEH v13, featuring advanced AI-driven threat detection and automated penetration testing skills for modern cybersecurity professionals.

Exam syllabus, organized by domain

Try a real question

Sample Certified Ethical Hacker v13 exam question

Answer this question the same way you would on exam day. No sign-up needed — one random question, three tries to swap it out.

MasterSystem Hacking

Review the code block for a login module. The implementation introduces a delay whenever a digit matches. How could an attacker exploit this behavior?

python
import time

def verify_pin(pin):
    expected = ['3', '7', '2', '9']
    for i in range(4):
        if pin[i] != expected[i]:
            return False
        time.sleep(0.5)
    return True

Frequently asked questions

Key facts about the Certified Ethical Hacker v13 certification and how to prepare for it.

Skills & Requirements

What you need to know before attempting the Certified Ethical Hacker v13 exam.