A run-through-it-in-order checklist for exam day itself — less “how does nmap work,” more “what do I do in what sequence so I don’t run out of time or miss a flag.”
All techniques below are for use in authorized environments only — this checklist assumes an authorized exam/lab environment.
01-nmap-scan.png, 02-...) — don’t rely on retroactively remembering what a screenshot was of.Work this loop identically on every machine — consistency is what keeps you from missing steps under time pressure.
nmap -p- -T4 <ip>), then a targeted service/version scan on the open ports (nmap -sV -sC -p<ports> <ip>).attack-types-identification-cheatsheet-professional.md).netcat-reverse-shell-cheatsheet-professional.md §4) — an unstable shell wastes far more time than the 30 seconds stabilizing costs.privilege-escalation-linux-windows-cheatsheet.md) — run the 60-second manual checklist before reaching for an automated script.id/whoami), and every flag.| Pitfall | Fix |
|---|---|
| Forgetting to re-scan after a VPN reconnect/VM revert | Always re-verify connectivity and re-run at least a quick scan after any interruption |
| Cracking a hash and forgetting which host/service it belongs to | Log source alongside every credential the moment you find it |
Spending 45 minutes on privesc before checking sudo -l |
Always run the fast, cheap checks first (see privesc cheat sheet’s priority order) |
| Losing track of which shell is stabilized vs. raw | Label terminal tabs/windows by host + shell type |
| Waiting until the end to start the report | Write each section immediately after completing that host |
whoami/id output is.assessment-methodology-report-writing-cheatsheet-professional.md, in this folder).Exam-day companion to the full ejpt-roadmap.md study plan — that one is for building the skills, this one is for the day you actually sit the exam.