How to Pass the CEH (Certified Ethical Hacker) Exam
How to pass the CEH (312-50) exam: eligibility routes, the 125-question format, a domain study plan, key tools, and what to verify on EC-Council.
In this guide
- Know exactly what CEH tests
- Confirm your eligibility route first
- Master the five-phase methodology
- Build a study plan by domain
- Practice in a real lab
- Use practice questions honestly
- Exam-day tactics
Quick answer: To pass the CEH, prepare for a 125-question, four-hour multiple-choice exam (312-50) that tests the ethical hacking phases across a wide tool set. Qualify through official training or documented experience, study by the five-phase methodology, practice with labs, and confirm the current version, fees, and variable passing score on EC-Council’s official pages.
Know exactly what CEH tests
The Certified Ethical Hacker credential is issued by EC-Council. The core knowledge exam, coded 312-50, consists of 125 multiple-choice questions with a four-hour limit. The current version is CEH v13, which keeps the traditional attack methodology while adding AI-focused material. CEH is a breadth exam: it favors recognizing tools, techniques, and terminology across many domains over deep mastery of any single one.
There is also a separate, hands-on CEH Practical exam. It is optional relative to the knowledge exam, but passing both earns the CEH Master designation. This guide focuses on the multiple-choice knowledge exam, which is what most people mean by “the CEH exam.”
A critical honesty note: EC-Council uses a variable cut score rather than one fixed passing percentage. Depending on how hard a given exam form is, the required score is commonly described as falling somewhere between roughly 60% and 85%. Do not anchor on a single number; verify the current scoring policy on EC-Council’s official site.
Confirm your eligibility route first
Before you study, settle how you will qualify to sit the exam. EC-Council generally offers two routes:
- Official training: complete an accredited EC-Council CEH course, which makes you eligible without a separate experience application.
- Experience-based eligibility: apply directly if you have documented information-security work experience (generally about two years), typically with an application fee and employer verification.
The exact requirements, fees, and application steps change over time, so treat the above as a map and confirm details on EC-Council’s eligibility page. If you are still choosing among offensive-security credentials, the comparison in CEH vs OSCP vs PenTest+ clarifies where CEH fits relative to hands-on alternatives.
Master the five-phase methodology
CEH is organized around the classic ethical hacking lifecycle. Understanding these phases gives you a mental filing system for every tool and question.
| Phase | What it covers | Representative tools |
|---|---|---|
| Reconnaissance | Passive and active information gathering | whois, nslookup, theHarvester |
| Scanning | Host discovery, port and service enumeration | nmap, masscan |
| Gaining access | Exploitation of systems and applications | Metasploit, sqlmap |
| Maintaining access | Persistence, backdoors, privilege escalation | Meterpreter, rootkits (concepts) |
| Covering tracks | Log manipulation and anti-forensics concepts | Log editors, timestomping (concepts) |
Beyond the phases, expect questions on network and web attacks, wireless, cloud, IoT/OT, cryptography, social engineering, malware, and now AI-assisted techniques. You do not need to be an expert exploit developer, but you must recognize what each tool does and when it applies.
A useful mental model for CEH is “recognition over invention.” The exam rarely asks you to build something from scratch; it asks you to identify the right technique, tool, or countermeasure for a described scenario. That is why breadth beats depth here. Make a one-line summary for each major tool in the blueprint (what it does, which phase it belongs to, a signature flag or output) and review that list repeatedly. When a question describes an attacker enumerating SMB shares or capturing wireless handshakes, you want the matching tool and defense to surface instantly rather than after a minute of reasoning.
Build a study plan by domain
Work through the official CEH blueprint domain by domain, and quiz yourself after each. A workable sequence:
- Foundations: networking, TCP/IP, common ports, and the Linux command line. If these are weak, shore them up first; nearly every CEH topic assumes them.
- Recon and scanning: learn
nmapflags cold, because scanning questions are frequent and specific. - System and web attacks: SQL injection, XSS, authentication attacks, and privilege escalation concepts.
- Wireless, cloud, mobile, IoT: know the characteristic attacks and defenses for each domain.
- Cryptography and countermeasures: algorithms, PKI, hashing, and where each is used.
Strong networking and security fundamentals dramatically shorten CEH prep. If you want to validate that base first, working through a CompTIA Security+ practice test is an efficient diagnostic, and the broader cybersecurity career path shows how CEH slots into a progression.
Give cryptography and countermeasures more attention than instinct suggests. Many candidates who are comfortable with attacks lose easy points on symmetric versus asymmetric algorithms, hashing versus encryption, and where PKI components fit. These topics are highly memorizable, so a few focused sessions convert directly into score. Similarly, do not treat the defensive and countermeasure content as filler: CEH frequently asks not just how an attack works but how to detect or prevent it, and the countermeasure is often the correct answer among several attack-flavored distractors.
Practice in a real lab
Even though the knowledge exam is multiple choice, hands-on practice makes the answers obvious rather than memorized. Build a home lab with Kali Linux as an attacker and intentionally vulnerable targets such as Metasploitable or vulnerable web apps. Running the tools yourself, even a few times each, cements which output means what, which is exactly what tricky CEH questions probe.
Lab time also prepares you for the optional CEH Practical and for real work. If you find you enjoy the hands-on side more than memorization, that is a strong signal to consider a practical-first path such as OSCP; see how to study for the OSCP for that route.
You do not need an elaborate setup. A single virtualization host running Kali plus one or two vulnerable targets is enough to make the tooling concrete. Spend a session on each major area: run a full nmap scan and read every field of the output; capture and inspect traffic with a packet analyzer so you recognize protocol behavior; perform a basic SQL injection and an XSS proof-of-concept against a deliberately vulnerable web app; and use a wireless lab or documentation to understand handshake capture conceptually. The goal is not mastery of each attack but familiarity strong enough that exam descriptions map instantly to something you have actually seen. This bridges the gap between abstract terminology and the concrete behavior CEH questions describe, and it makes the difference on the tool-specific items that decide close results.
Use practice questions honestly
Timed practice exams are essential for CEH because pacing matters: 125 questions in four hours is comfortable if you keep moving but unforgiving if you stall. Use practice tests to build stamina and to surface weak domains, then return to study material to fix them. Avoid stolen “exam dumps”: they breach EC-Council policy, are often inaccurate, and can put your certification at risk.
Because the passing score is variable, judge readiness by consistent, comfortable margins across multiple full-length practice exams rather than by hitting one magic percentage. When your weakest domain is solid and your pacing is under control, you are ready to book.
Exam-day tactics
- Pace deliberately: roughly under two minutes per question. Flag hard ones and return; do not let a single question drain your clock.
- Read for the best answer: CEH often lists several plausible options. Choose the one that best fits the phase or scenario described.
- Watch tool-specific details: exact flags, default ports, and characteristic output distinguish correct answers.
- Eliminate aggressively: ruling out two wrong options usually leaves a manageable choice.
Do a full first pass answering everything you know quickly, flagging anything that needs thought. On the second pass, spend your reserved time on flagged items. Because there is no penalty for guessing on a standard multiple-choice exam, never leave a question blank; make your best-eliminated guess. Keep an eye on scenario framing too: CEH questions often embed the answer in a detail, such as the specific protocol, port, or phase named in the stem.
Common mistakes that fail CEH candidates
Avoid the errors that sink otherwise-capable people:
- Studying depth instead of breadth: going deep on one favorite topic while ignoring wireless, cloud, or cryptography leaves easy points on the table.
- Never touching the tools: pure reading makes tool-behavior questions guesswork. A little hands-on practice removes the ambiguity.
- Assuming a fixed pass mark: the cut score is variable, so aiming to just scrape a specific percentage is risky. Build a comfortable margin.
- Using leaked dumps: they breach EC-Council policy, are frequently outdated, and can jeopardize your certification.
- Ignoring pacing practice: 125 questions is fine if you keep moving but punishing if you stall early.
After CEH: turning the cert into a role
CEH is widely recognized by employers and appears frequently in job postings and some compliance frameworks, which makes it useful for getting past HR filters into security roles. It is best understood as a broad, recognition-level credential rather than proof of deep offensive skill. To convert it into a job, pair it with hands-on evidence and a clear target role. The guide how to become a penetration tester outlines how CEH combines with practical certs and a portfolio, and best cybersecurity certifications by career stage helps you sequence what comes next.
The winning approach to CEH is disciplined breadth: verify the current version and rules on EC-Council’s site, learn the five-phase methodology, recognize the tools by doing, and use timed practice to build pacing. Treat the variable cut score as a reason to over-prepare rather than to aim for a fixed line, and CEH becomes very passable.
Related Boost eLearning Courses
- Pelatihan Online & Persiapan Sertifikasi CompTIA Security+ (SY0-701) — Live Labs & Pass Guarantee included
- تدريب عبر الإنترنت وشهادة تحضيرية لـ CompTIA Security+ (SY0-701) — Live Labs & Pass Guarantee included
- CompTIA Security+ (SY0-701) ऑनलाइन ट्रेनिंग और प्रमाणन तैयारी — Live Labs & Pass Guarantee included
Ready to earn your certification?
Boost eLearning offers Live Labs, a Pass Guarantee, and online, live virtual, and on-site delivery.
