# vm/ Recipes and helpers for building and snapshotting guest VMs. Disk images and snapshots themselves are gitignored — this directory carries the *how*, not the bytes. ``` vm/ images/ # qcow2 staging (gitignored) snapshots/ # exported snapshots if needed (gitignored) guest-agent/ # in-guest telemetry agent (shipped into the guest) metasploitable2.md # download/convert/snapshot procedure (TODO) custom-debian/ # cloud-init for our own vulnerable Debian (TODO) ``` See [`docs/lab-setup.md`](../docs/lab-setup.md) for the full host + guest bring-up procedure.