How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "marmeus/kali-2023-hyperv"
config.vm.box_version = "0.0.0"
end
vagrant init marmeus/kali-2023-hyperv \
--box-version 0.0.0
vagrant up
This version was created about 1 year ago.
Kali Linux 2023 Virtual Machine from Kali.org implemented for being used using Vagrant.