Documentation & Reporting
Fundamentals
Overview
Professional penetration test documentation, note-taking, and report writing.
0
Exercises
0
Flashcards
1
Mind Maps
Cheatsheet
Note-Taking Tools
- CherryTree: Hierarchical notes
- Obsidian: Markdown-based
- Notion: Cloud-based
- Joplin: Open-source
Screenshot Tools
flameshot gui # Take interactive screenshot scrot -s screenshot.png # Take selection screenshot
Essential Documentation
- Commands run and output
- Credentials discovered
- Vulnerabilities found
- Attack path taken
Report Sections
- Executive Summary
- Scope & Methodology
- Findings (Critical/High/Med/Low)
- Remediation Recommendations
- Appendices (screenshots, logs)
Command Examples
Common Pitfalls
- Not taking screenshots as you go
- Poor organization of notes
- Missing timestamps on findings
Exam Survival Tips
- Document EVERYTHING during exam
- Screenshot each flag/proof
- Include full command output
- Submit report on time