Google Cloud SDK 1 year ago red.ghostwolflab.com 1 minute 列出项目中的所有实例: 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存储桶下载工具:GCPBucketBrutehttps://github.com/RhinoSecurityLabs/GCPBucketBrute python3 gcpbucketbrute.py -k test -u 审核 GCP 基础实例的安全状况下载工具:CS Suitehttps://github.com/SecurityFTW/cs-suite python cs.py -env gcp -pId <project_name>