writeups/Sample Machine
$ cat sample-machine.md
Sample Machine
Summary
Short description of the attack path.
Enumeration
nmap -sCV -oN scans/services.txt 10.10.10.10
Initial Access
Document the vulnerability, exploit path, and proof.
Privilege Escalation
Explain the misconfiguration or vulnerability used to escalate.
Lessons Learned
- What signal mattered?
- What rabbit holes were avoided?
- What would be checked faster next time?