How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "FrenchCookie/Windows11-21H2-Mimikatz"
end
vagrant init FrenchCookie/Windows11-21H2-Mimikatz
vagrant up
This version was created about 1 month ago.
Added a Powershell script launched on logon which starts Mimikatz and types the necessary commands to prompt a cmd with PTH attack realised on Administrator account.
This version was created about 2 months ago.
First version