This folder contains a practical example of the professional notetaking structure from HTB Academy's Documentation & Reporting module. It demonstrates how to organize a real penetration test using Obsidian with the recommended folder structure and note categories.
Inlanefreight Penetration Test/
├── Admin/ # Administrative documents
├── Deliverables/ # Final reports and presentations
├── Evidence/
│ ├── Findings/ # Individual vulnerability evidence
│ ├── Scans/
│ │ ├── AD Enumeration/ # BloodHound, PowerView data
│ │ ├── Service/ # Nmap, service scans
│ │ ├── Vuln/ # Vulnerability scanner output
│ │ └── Web/ # Web application testing
│ ├── Notes/ # Structured documentation
│ ├── OSINT/ # Open source intelligence
│ ├── Wireless/ # WiFi testing (if applicable)
│ ├── Logging output/ # Tmux logs, tool output
│ └── Misc Files/ # Payloads, scripts, tools
└── Retest/ # Post-remediation testing
- Markdown-based notes for professional documentation
- Linked references between findings and evidence
- Local storage for client data security
- Template consistency across assessments
- Professional presentation ready
- Open in Obsidian: Select "Open folder as vault"
- Explore structure: Navigate through folders and notes
- Review examples: See how findings are documented
- Practice workflow: Use as template for real assessments
- Domain compromise via Active Directory attacks
- Complete attack chain from LLMNR poisoning to DCSync
- Professional findings with evidence and remediation
- Organized evidence collection and presentation
- Practical notetaking structure implementation
- Professional documentation standards
- Evidence organization best practices
- Client-ready presentation format
This example demonstrates:
- Structured approach to penetration test documentation
- Professional organization for complex assessments
- Evidence management for comprehensive reporting
- Obsidian integration for efficient notetaking
- Real-world application of HTB Academy methodology
This practical example shows how professional penetration testing documentation should be organized for maximum efficiency and client value.