Skip to content

Cybersecurity Lab Journal

Objective

Build a reusable Git-based journal for labs, commands, screenshots, and lessons learned.

Suggested Structure

labs/
  001-nmap-baseline.md
  002-ssh-hardening.md
notes/
  commands.md
  terms.md
scripts/
  README.md

Success Criteria

  • Each lab has goal, setup, commands, observations, and lessons learned.
  • Commits are small enough to review.
  • Sensitive evidence stays private or ignored.