GCP - Storage Post Exploitation
Last updated
Last updated
Learn & practice AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE) Learn & practice GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)
Per ulteriori informazioni su Cloud Storage, controlla questa pagina:
GCP - Storage EnumÈ possibile dare accesso agli utenti esterni (connessi a GCP o meno) ai contenuti dei bucket. Tuttavia, per impostazione predefinita, il bucket avrà disabilitata l'opzione per esporre pubblicamente un bucket:
Se provi a dare ACL a un bucket con ACL disabilitati troverai questo errore: 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
Per accedere a bucket aperti tramite browser, accedi all'URL https://<bucket_name>.storage.googleapis.com/
o https://<bucket_name>.storage.googleapis.com/<object_name>
Impara e pratica AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE) Impara e pratica GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)