gcp-exploit

Installation
SKILL.md

GCP 云环境攻击方法论

与 AWS 的区别:GCP 的 IAM 继承模型 + Service Account 密钥机制 = 独特的攻击路径

⛔ 深入参考


Phase 1: 初始访问与信息收集

1.1 Metadata 服务利用(SSRF → GCP 凭据)

# GCP Metadata 端点(无需特殊 header,不像 AWS IMDSv2)
curl -H "Metadata-Flavor: Google" \
  http://metadata.google.internal/computeMetadata/v1/
Related skills

More from wgpsec/aboutsecurity

Installs
6
GitHub Stars
1.3K
First Seen
Apr 22, 2026