From 570463b990cb74e836e89ebe039f4f3803a91ec1 Mon Sep 17 00:00:00 2001 From: CPol Date: Sun, 2 Jun 2024 18:54:06 +0000 Subject: [PATCH] GITBOOK-619: No subject --- .../gcp-privilege-escalation/gcp-pubsub-privesc.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pentesting-cloud/gcp-security/gcp-privilege-escalation/gcp-pubsub-privesc.md b/pentesting-cloud/gcp-security/gcp-privilege-escalation/gcp-pubsub-privesc.md index a4d2738e2d..47bcd8146f 100644 --- a/pentesting-cloud/gcp-security/gcp-privilege-escalation/gcp-pubsub-privesc.md +++ b/pentesting-cloud/gcp-security/gcp-privilege-escalation/gcp-pubsub-privesc.md @@ -16,6 +16,12 @@ Other ways to support HackTricks: ## PubSub +Get more information in: + +{% content-ref url="../gcp-services/gcp-pub-sub.md" %} +[gcp-pub-sub.md](../gcp-services/gcp-pub-sub.md) +{% endcontent-ref %} + ### `pubsub.snapshots.create` The snapshots of topics **contain the current unACKed messages and every message after it**. You could create a snapshot of a topic to **access all the messages**, **avoiding access the topic directly**.