Documentation
README
GCP Post-Exploitation Methodology
GCP post-exploitation uses gcloud CLI and the GCE metadata endpoint (via native fetch) to perform privilege escalation, data exfiltration, and persistence after compromising service account credentials or gaining Compute Engine instance access. No Python dependency — all operations use native TypeScript with gcloud/gsutil CLI calls.
Prerequisites
Before deploying gcphook tools, verify:
- Valid GCP credentials — application default credentials, service account key, or metadata endpoint
- gcloud CLI installed —
gcloud version - Current identity —
gcloud auth listto confirm active account - Project — set via
--projector default project
This is the opening of the README. Read the full README on GitHub.