Documentation & Reporting

Fundamentals
> Start Learning

πŸ“– 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

  1. Executive Summary
  2. Scope & Methodology
  3. Findings (Critical/High/Med/Low)
  4. Remediation Recommendations
  5. 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

πŸ—ΊοΈ Mind Maps