cyberlab
writeups/Sample Machine

$ cat sample-machine.md

Sample Machine

Jun 15, 2026 Template for a machine writeup.
#template#linux

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?