Translated ['.github/pull_request_template.md', 'src/pentesting-cloud/az

This commit is contained in:
Translator
2024-12-31 18:57:14 +00:00
parent 7770a50092
commit 77a009d308
244 changed files with 8632 additions and 11470 deletions

View File

@@ -2,19 +2,18 @@
{{#include ../../../banners/hacktricks-training.md}}
## Basic Information
## Grundlegende Informationen
**Google Cloud Platform (GCP) Workflows** is a service that helps you automate tasks that involve **multiple steps** across Google Cloud services and other web-based services. Think of it as a way to set up a **sequence of actions** that run on their own once triggered. You can design these sequences, called workflows, to do things like process data, handle software deployments, or manage cloud resources without having to manually oversee each step.
**Google Cloud Platform (GCP) Workflows** ist ein Dienst, der Ihnen hilft, Aufgaben zu automatisieren, die **mehrere Schritte** über Google Cloud-Dienste und andere webbasierte Dienste hinweg umfassen. Denken Sie daran, dass es sich um eine Möglichkeit handelt, eine **Reihenfolge von Aktionen** einzurichten, die automatisch ausgeführt wird, sobald sie ausgelöst wird. Sie können diese Sequenzen, die Workflows genannt werden, so gestalten, dass sie Dinge wie Datenverarbeitung, Softwarebereitstellungen oder das Management von Cloud-Ressourcen erledigen, ohne jeden Schritt manuell überwachen zu müssen.
### Encryption
### Verschlüsselung
Related to encryption, by default the **Google-managed encryption key is use**d but it's possible to make it use a key of by customers.
In Bezug auf die Verschlüsselung wird standardmäßig der **von Google verwaltete Verschlüsselungsschlüssel verwendet**, es ist jedoch möglich, einen Schlüssel von Kunden zu verwenden.
## Enumeration
## Aufzählung
> [!CAUTION]
> You can also check the output of previous executions to look for sensitive information
> Sie können auch die Ausgabe vorheriger Ausführungen überprüfen, um nach sensiblen Informationen zu suchen.
```bash
# List Workflows
gcloud workflows list
@@ -28,15 +27,10 @@ gcloud workflows executions list workflow-1
# Get execution info and output
gcloud workflows executions describe projects/<proj-number>/locations/<location>/workflows/<workflow-name>/executions/<execution-id>
```
### Privesc and Post Exploitation
### Privesc und Post-Exploitation
{{#ref}}
../gcp-privilege-escalation/gcp-workflows-privesc.md
{{#endref}}
{{#include ../../../banners/hacktricks-training.md}}