๐Ÿ“ Reporting (OSCP Exam Style)

How to document your findings during the exam for maximum credit.

โžก๏ธ Environment: See 00_environment_setup


๐Ÿ“ท Screenshot Checklist

  • Foothold exploit command + resulting shell (id / whoami)
  • Privilege escalation method and root/admin shell
  • Proof.txt flag content
  • IP address of target (ip a / ipconfig)

๐Ÿงพ Report Format (Suggested)

Box Name

  • IP: $IP
  • OS: Linux/Windows

1. Initial Enumeration

Include key ports and services

2. Exploitation Path

Describe the steps taken with commands and output

3. Privilege Escalation

Highlight the signal + method

4. Proof of Access

Insert screenshot with clear flag and whoami


๐Ÿ“ Tools

  • Use CherryTree, Obsidian, or Markdown for notes
  • Export to PDF and compile all boxes together at the end

Next: 09_one_liners