PNPT Topics — Engagement Phases¶
The Practical Network Penetration Tester (PNPT) exam is one continuous engagement, so these topic pages follow the engagement workflow rather than an abstract syllabus. Each page covers the concepts and defensive countermeasures for one phase of the attack chain, from reconnaissance to the final report and live debrief.
Authorized-use note. Penetration testing is legal only with explicit written authorization, an agreed scope, and Rules of Engagement (RoE). These pages are conceptual — for understanding methodology and defense — and name tools by purpose, not as weaponized playbooks. See the CEH hub's legal & ethics.
Learning objectives¶
- Map the five PNPT topic pages to the phases of a real network engagement.
- Use this index to navigate the external-to-internal kill chain in order.
- Connect each offensive phase to its defensive countermeasures.
The engagement workflow¶
flowchart LR
osint["01<br/>OSINT &<br/>reconnaissance"] --> ext["02<br/>External<br/>penetration testing"]
ext --> ad["03<br/>Active Directory<br/>exploitation"]
ad --> lat["04<br/>Lateral movement<br/>& pivoting"]
lat --> rep["05<br/>Reporting &<br/>the debrief"]
Topic index¶
| # | Page | Engagement phase | What it covers |
|---|---|---|---|
| 01 | OSINT & reconnaissance | Recon | Passive intelligence on the target's exposed footprint, plus attack-surface reduction |
| 02 | External penetration testing | Initial access | Finding and exploiting an internet-facing foothold; perimeter defense |
| 03 | Active Directory exploitation | Internal compromise | Moving through AD toward Domain Controller compromise; AD hardening |
| 04 | Lateral movement & pivoting | Expansion | Pivoting across hosts, vertical privilege escalation, AV/egress bypass; detection |
| 05 | Reporting & the debrief | Deliverable | Writing a client-ready report and defending methodology in the live debrief |
How the phases map to the exam¶
| Exam component | Topic pages involved |
|---|---|
| 5-day assessment | 01 → 02 → 03 → 04 |
| 2-day report | 05 |
| Live 15-minute debrief | 05 |
For the exam format itself, see ../00-overview/exam-structure.md. For what the PNPT is and where it sits, see ../00-overview/what-is-pnpt.md.
Sources¶
- TCM Security — PNPT certification page: https://certifications.tcm-sec.com/pnpt/ (engagement scope: OSINT → external → AD → bypass → movement → report + debrief; volatile details marked "verify on TCM"). Compiled 2026-06-21.