Cloud Pen-testing Part -5
## Virtual Machines
List compute instances
```shell
gcloud compute instances listgcloud beta compute ssh --zone "<region>" "<instance name>" --project "<project name>"gcloud compute ssh <local host>curl http://metadata.google.internal/computeMetadata/v1/instance/serviceaccounts/default/scopes -H 'Metadata-Flavor:Google'gcloud kms decrypt --ciphertext-file=encrypted-file.enc --plaintext-file=out.txt --key <crypto-key> --keyring <crypto-keyring> --location globalStorage Buckets
gsutil lsWebapps & SQL
Networking
Containers
Serverless
Other Useful Cloud Tools and Techniques
ScoutSuite
Cloud_Enum
Last updated