Most people researching the OSCP path want to go straight for the throat. Skip the beginner certs. Get to the hard stuff. Here's why that's wrong and why the eJPT sits where it does on this path.
What the eJPT Actually Tests
The eJPT is a 72-hour practical exam. You get a network. You get objectives. You have to answer questions about what you find — open ports, credentials, flags, service versions. No multiple choice. No memorizing definitions.
What it actually measures is simple: can you run an engagement from scratch? Can you enumerate, identify services, exploit basic vulnerabilities, and document what you found? If the answer is no, you are not ready for OSCP. You are not even ready for the content that feeds into OSCP prep.
The Gap It Closes
Here is the gap the eJPT closes: the difference between knowing that nmap exists and knowing how to use nmap when nothing is labeled.
On platforms like TryHackMe, the room tells you what it is. "This is a privilege escalation room." "This machine is vulnerable to EternalBlue." That context is training wheels. In the eJPT exam, and in every engagement after it, the context is not given to you. You have to build it.
# The kind of command you need to run confidently before the eJPT
nmap -sC -sV -oN initial_scan.txt 10.10.10.0/24
# Then follow the threads from what comes back
cat initial_scan.txt | grep "open"
Why It Belongs at Phase 1
The sequencing matters. Phase 0 (TryHackMe/HackTheBox fundamentals) builds the vocabulary. The eJPT tests whether that vocabulary translates into action under pressure with a time limit.
After passing the eJPT, the path moves into TCM Security's Practical Ethical Hacking course — which is genuinely harder and expects you to already have the baseline. If you skip the eJPT and go straight to PEH, you will spend the first third of the course catching up on things you should already know.
The Cost Question
The eJPT runs about $200 with the INE Starter Pass. For that you get the course content that preps you for it and one exam attempt. That is the cheapest real certification you will get on this path. OSCP is $1,500+.
If $200 feels like a lot, the TCM Security free Practical Ethical Hacking course on YouTube covers the same prep material at no cost. There is no excuse not to be prepared.
Takeaway
Three things to take from this:
- The eJPT validates the foundation — not the ceiling. It is a checkpoint, not a destination.
- Practical exams reveal gaps that guided labs hide. The gap is information.
- The path is sequenced deliberately. Phase 0 builds the vocabulary. Phase 1 tests it. Phases 2 and 3 build on whatever is left.
The full notes from Phase 0 prep and eJPT study are in the guide. Every room, every command sequence, every resource ranked by usefulness.