Google Cloud SDK

列出项目中的所有实例:

gcloud compute instances list

创建实例:

gcloud compute instances create example-instance --machine-type=n1-standard-1 --image-project=debian-cloud --image-family=debian-10 --zone us-central1-a

创建Cloud Storage 分区:

gsutil mb -p my-project-id gs://my-bucket-name

枚举Google存储桶

下载工具:

  • GCPBucketBrute

https://github.com/RhinoSecurityLabs/GCPBucketBrute

python3 gcpbucketbrute.py -k test -u

审核 GCP 基础实例的安全状况

下载工具:

  • CS Suite

https://github.com/SecurityFTW/cs-suite

python cs.py -env gcp -pId <project_name>