mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2026-01-26 11:14:40 -08:00
Translated ['.github/pull_request_template.md', 'src/pentesting-cloud/az
This commit is contained in:
@@ -4,10 +4,9 @@
|
||||
|
||||
## Basic Information
|
||||
|
||||
**Google Cloud Composer** is a fully managed **workflow orchestration service** built on **Apache Airflow**. It enables you to author, schedule, and monitor pipelines that span across clouds and on-premises data centers. With GCP Composer, you can easily integrate your workflows with other Google Cloud services, facilitating efficient data integration and analysis tasks. This service is designed to simplify the complexity of managing cloud-based data workflows, making it a valuable tool for data engineers and developers handling large-scale data processing tasks.
|
||||
**Google Cloud Composer** - це повністю керована **сервіс оркестрації робочих процесів**, побудований на **Apache Airflow**. Він дозволяє вам створювати, планувати та моніторити конвеєри, які охоплюють хмари та локальні дата-центри. З GCP Composer ви можете легко інтегрувати свої робочі процеси з іншими сервісами Google Cloud, що сприяє ефективній інтеграції даних та аналізу. Цей сервіс розроблений для спрощення складності управління робочими процесами з даними в хмарі, що робить його цінним інструментом для інженерів даних та розробників, які займаються обробкою даних великого обсягу.
|
||||
|
||||
### Enumeration
|
||||
|
||||
```bash
|
||||
# Get envs info
|
||||
gcloud composer environments list --locations <loc>
|
||||
@@ -31,17 +30,12 @@ gcloud composer environments storage plugins list --environment <environment> --
|
||||
mkdir /tmp/plugins
|
||||
gcloud composer environments storage data export --environment <environment> --location <loc> --destination /tmp/plugins
|
||||
```
|
||||
|
||||
### Privesc
|
||||
|
||||
In the following page you can check how to **abuse composer permissions to escalate privileges**:
|
||||
На наступній сторінці ви можете перевірити, як **зловживати дозволами композера для ескалації привілеїв**:
|
||||
|
||||
{{#ref}}
|
||||
../gcp-privilege-escalation/gcp-composer-privesc.md
|
||||
{{#endref}}
|
||||
|
||||
{{#include ../../../banners/hacktricks-training.md}}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user