Pentest Methodology & Recon · beginner · ~12 min
Walk the full professional workflow from recon to retest and know what each phase produces.
Recon → enumeration → vulnerability discovery → exploitation → privilege escalation → post-exploitation → evidence → risk rating → reporting → remediation/retest. Iterative, evidence-driven.
A methodology makes tests thorough and repeatable, and keeps work inside scope. Each phase's output is the next phase's input — and the report's evidence. Ad-hoc poking misses things and can't be defended.
Recon vs enumeration. Discover assets, then interrogate them. Validate, don't just scan. Confirm findings by hand. Post-exploitation = impact, not damage. Evidence during, not after. Reproducible proof per finding. Loop. New access reopens earlier phases.
A penetration test follows a repeatable workflow. Each phase feeds the next and produces evidence for the report.
Findings in enumeration send you back to recon; a foothold opens a new internal network to re-scan. Good testers loop.
Collect proof during testing, not after — note every command, time, and result. The report is only as strong as the evidence behind it, and a finding you can't reproduce isn't a finding.
The engagement workflow runs recon → enumeration → discovery → exploitation → privesc → post-ex → evidence → rating → report → retest, looping as new access appears. Evidence is gathered throughout, because the report depends on it.