Skip to content

Commit

Permalink
Update cheat_sheet.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chebuya authored Dec 13, 2024
1 parent ec9fcfa commit 2cba1d4
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions scenarios/detection_evasion/cheat_sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,9 @@ after you have retrieved the credentials from IMDS.
walking through this entire technique in duplicate here, we have created a public github repo with terraform code
that will deploy the necessary resources to perform the bypass.
```bash
# Clone the repo that contains the solution.
git clone https://github.com/RhinoSecurityLabs/cloud_goat_detection_evasion_hard_path_solution.git
# Move into the repo
cd cloud_goat_detection_evasion_hard_path_solution
# Follow the README.md in this folder
cat README.md
```
Follow the README.md for the solution
https://github.com/RhinoSecurityLabs/cloudgoat/tree/master/scenarios/detection_evasion/solution/README.md
7. Once you have deployed the terraform resources mentioned above, you should have a shell on the ec2 instance that was
created. Run the following on that instance.
Expand All @@ -129,4 +122,4 @@ after you have retrieved the credentials from IMDS.
aws --region us-east-1 secretsmanager get-secret-value --secret-id [ARN_OF_TARGET_SECRET]
```
At this point you have finished the scenario.
At this point you have finished the scenario.

0 comments on commit 2cba1d4

Please sign in to comment.