This lab aims to provide a safe environment to test the S4U2Self abuse
exploit
The project will deploy :
- 1
DC
with a singledomain admin
hpotter
- 1
MSSQL
with a weaksa
password
The 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-approve
once you've finished it !