From a05e50758b8e6f15877bfe7b788dcdccba517867 Mon Sep 17 00:00:00 2001 From: Jaime Polop <117489620+JaimePolop@users.noreply.github.com> Date: Mon, 23 Feb 2026 11:11:37 +0100 Subject: [PATCH] Update gcp-storage-privesc.md --- .../gcp-privilege-escalation/gcp-storage-privesc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pentesting-cloud/gcp-security/gcp-privilege-escalation/gcp-storage-privesc.md b/src/pentesting-cloud/gcp-security/gcp-privilege-escalation/gcp-storage-privesc.md index b0872a07f..6de248df6 100644 --- a/src/pentesting-cloud/gcp-security/gcp-privilege-escalation/gcp-storage-privesc.md +++ b/src/pentesting-cloud/gcp-security/gcp-privilege-escalation/gcp-storage-privesc.md @@ -99,7 +99,7 @@ gsutil hmac create # You might need to execute this inside a VM insta ## If you have TROUBLES creating the HMAC key this was you can also do it contacting the API directly: PROJECT_ID = '$PROJECT_ID' -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" ACCESS_TOKEN = "$CLOUDSDK_AUTH_ACCESS_TOKEN" import requests import json