GCP - Storage Post Exploitation
Almacenamiento en la Nube
For more information about CLoud Storage check this page:
GCP - Storage EnumDar Acceso Público
Es posible dar acceso a usuarios externos (con o sin sesión en GCP) al contenido de los buckets. Sin embargo, por defecto, el bucket tendrá desactivada la opción de exponer públicamente un bucket:
Si intentas dar ACLs a un bucket con ACLs deshabilitadas encontrarás este error: ERROR: HTTPError 400: Cannot use ACL API to update bucket policy when uniform bucket-level access is enabled. Read more at https://cloud.google.com/storage/docs/uniform-bucket-level-access
Para acceder a buckets abiertos a través del navegador, accede a la URL https://<bucket_name>.storage.googleapis.com/
o https://<bucket_name>.storage.googleapis.com/<object_name>
Last updated