๐ 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