GCP - Storage Persistence

支持 HackTricks

存储

有关云存储的更多信息,请查看:

GCP - Storage Enum

storage.hmacKeys.create

您可以创建一个HMAC来保持对存储桶的持久性。有关此技术的更多信息请在此处查看

# Create key
gsutil hmac create <sa-email>

# Configure gsutil to use it
gsutil config -a

# Use it
gsutil ls gs://[BUCKET_NAME]

另一个利用脚本可以在这里找到。

公开访问

使存储桶公开访问是另一种保持对存储桶访问权限的方法。查看如何操作:

GCP - Storage Post Exploitation
支持 HackTricks

Last updated