
This lab aims to provide a safe environment to test the S4U2Self abuse exploit
The project will deploy :
DC with a single domain admin hpotterMSSQL with a weak sa passwordThe deployment is performed through terraform and ansible on AWS thus, both these software must be installed and you must provide your AWS credentials.
Then just run terraform init && terraform apply --auto-approve
Don't forget to destroy the lab with
terraform destroy --auto-approveonce you've finished it !