Merge pull request #128 from RealFakeAccount/add-projectname-pentesting-cloud/aws-security/aws-privilege-escalation

Update aws-codebuild-privesc.md
This commit is contained in:
SirBroccoli
2024-12-26 23:48:06 +01:00
committed by GitHub
@@ -118,7 +118,7 @@ REV_PATH="/tmp/rev.json"
printf "$JSON" > $REV_PATH
# Create project
aws codebuild create-project --cli-input-json file://$REV_PATH
aws codebuild create-project --name codebuild-demo-project --cli-input-json file://$REV_PATH
# Build it
aws codebuild start-build --project-name codebuild-demo-project