XM Goat is composed of XM Cyber terraform templates that help you learn about common Azure security issues.
Each template is a vulnerable environment, with some significant misconfigurations. Your job is to attack and compromise the environments.
Here’s what to do for each environment:
Run these commands:
$ az login
$ git clone https://github.com/XMCyber/XMGoat.git
$ cd XMGoat
$ cd scenarios
$ cd scenario_<\SCENARIO> Where <\SCENARIO> is the scenario number you want to complete
$ terraform init
$ terraform plan -out <\FILENAME>
$ terraform apply <\FILENAME> Where <\FILENAME> is the name of the output file
To get the initial user and service principal credentials, run the following query:
$ terraform output --json For Service Principals, use application_id.value and application_secret.value.
For Users, use username.value and password.value.
After completing the scenario, run the following command in order to clean all the resources created in your tenant
$ az login
$ cd XMGoat
$ cd scenarios
$ cd scenario_<\SCENARIO> Where <\SCENARIO> is the scenario number you want to complete
$ terraform destroy A Bootable Ubuntu USB is one of the most useful tools for Linux users. Whether…
Managing file transfers across networks remains a common requirement for businesses and administrators. A VSFTPD…
Voice communication remains a critical part of modern business operations, and Install Asterisk Ubuntu is…
Managing Linux servers remotely is a common requirement for system administrators and developers. While command-line…
Network file sharing remains an essential part of Linux infrastructure, and NFS Server Setup is…
Managing source code efficiently is essential for modern software development, and Install Gitea Ubuntu is…