Follow these steps once the host environment is ready and the VMs have been created or downloaded.

Usage

  1. Ensure the attacker.qcow2 disk is in the vm/ directory (verify via ./scripts/check_vms.sh or see VM Installation & Verification).
  2. Launch the attacking VM with:
      sudo ./scripts/run_vms.sh attacker
      
    Or both VMs with:
      sudo ./scripts/run_vms.sh
      
  3. On the attacking VM:
    • Auto-login is enabled for user attacker (no password prompt).
    • The static IP is 192.168.200.11.
    • The password is jules.

For more details on the network configuration and helper scripts, see Initial Setup & Installation.