We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cfe8fc commit a05e507Copy full SHA for a05e507
1 file changed
src/pentesting-cloud/gcp-security/gcp-privilege-escalation/gcp-storage-privesc.md
@@ -99,7 +99,7 @@ gsutil hmac create <sa-email> # You might need to execute this inside a VM insta
99
100
## If you have TROUBLES creating the HMAC key this was you can also do it contacting the API directly:
101
PROJECT_ID = '$PROJECT_ID'
102
-TARGET_SERVICE_ACCOUNT = f"exam-storage-sa-read-flag-3@{PROJECT_ID}.iam.gserviceaccount.com"
+TARGET_SERVICE_ACCOUNT = f"storage-sa@{PROJECT_ID}.iam.gserviceaccount.com"
103
ACCESS_TOKEN = "$CLOUDSDK_AUTH_ACCESS_TOKEN"
104
import requests
105
import json
0 commit comments