On this page
code
Attacking VM Setup
Configure and use the attacking VM
Follow these steps once the host environment is ready and the VMs have been created or downloaded.
Usage
- Ensure the
attacker.qcow2
disk is in thevm/
directory (verify via./scripts/check_vms.sh
or see VM Installation & Verification). - Launch the attacking VM with:Or both VMs with:
sudo ./scripts/run_vms.sh attacker
sudo ./scripts/run_vms.sh
- 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
.
- Auto-login is enabled for user
For more details on the network configuration and helper scripts, see Initial Setup & Installation.