Skip to content

Commit f7c20ba

Browse files
nobodynatenobodynate
andauthored
Move ecs_privesc_evade_protection to correct directory structure (#408)
The scenario was added to scenarios/ but should be in cloudgoat/scenarios/aws/ to match the current directory structure. - Moved all scenario files to cloudgoat/scenarios/aws/ecs_privesc_evade_protection/ - Updated README.md to reference correct path Co-authored-by: nobodynate <nate.wilson@rhinosecuritylabs.com>
1 parent 7101345 commit f7c20ba

26 files changed

Lines changed: 1 addition & 1 deletion

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ A user begins by accessing a working web service to a container inside EC2. The
358358

359359
> **Note:** This scenario requires Docker to be installed locally, as it builds and pushes a container image to ECR during deployment.
360360
361-
[Visit Scenario Page.](scenarios/ecs_privesc_evade_protection/README.md)
361+
[Visit Scenario Page.](cloudgoat/scenarios/aws/ecs_privesc_evade_protection/README.md)
362362

363363
---
364364

scenarios/ecs_privesc_evade_protection/README.md renamed to cloudgoat/scenarios/aws/ecs_privesc_evade_protection/README.md

File renamed without changes.

scenarios/ecs_privesc_evade_protection/assets/diagram.png renamed to cloudgoat/scenarios/aws/ecs_privesc_evade_protection/assets/diagram.png

File renamed without changes.

scenarios/ecs_privesc_evade_protection/assets/ssrf-web/.dockerignore renamed to cloudgoat/scenarios/aws/ecs_privesc_evade_protection/assets/ssrf-web/.dockerignore

File renamed without changes.

scenarios/ecs_privesc_evade_protection/assets/ssrf-web/Dockerfile renamed to cloudgoat/scenarios/aws/ecs_privesc_evade_protection/assets/ssrf-web/Dockerfile

File renamed without changes.

scenarios/ecs_privesc_evade_protection/assets/ssrf-web/index.php renamed to cloudgoat/scenarios/aws/ecs_privesc_evade_protection/assets/ssrf-web/index.php

File renamed without changes.

scenarios/ecs_privesc_evade_protection/cheat_sheet.md renamed to cloudgoat/scenarios/aws/ecs_privesc_evade_protection/cheat_sheet.md

File renamed without changes.

scenarios/ecs_privesc_evade_protection/manifest.yml renamed to cloudgoat/scenarios/aws/ecs_privesc_evade_protection/manifest.yml

File renamed without changes.

scenarios/ecs_privesc_evade_protection/terraform/cloudtrail.tf renamed to cloudgoat/scenarios/aws/ecs_privesc_evade_protection/terraform/cloudtrail.tf

File renamed without changes.

scenarios/ecs_privesc_evade_protection/terraform/cloudwatch.tf renamed to cloudgoat/scenarios/aws/ecs_privesc_evade_protection/terraform/cloudwatch.tf

File renamed without changes.

0 commit comments

Comments
 (0)