Skip to content

Commit a05e507

Browse files
authored
Update gcp-storage-privesc.md
1 parent 0cfe8fc commit a05e507

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pentesting-cloud/gcp-security/gcp-privilege-escalation/gcp-storage-privesc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ gsutil hmac create <sa-email> # You might need to execute this inside a VM insta
9999

100100
## If you have TROUBLES creating the HMAC key this was you can also do it contacting the API directly:
101101
PROJECT_ID = '$PROJECT_ID'
102-
TARGET_SERVICE_ACCOUNT = f"exam-storage-sa-read-flag-3@{PROJECT_ID}.iam.gserviceaccount.com"
102+
TARGET_SERVICE_ACCOUNT = f"storage-sa@{PROJECT_ID}.iam.gserviceaccount.com"
103103
ACCESS_TOKEN = "$CLOUDSDK_AUTH_ACCESS_TOKEN"
104104
import requests
105105
import json

0 commit comments

Comments
 (0)