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,17 +2,17 @@
{{#include ../../banners/hacktricks-training.md}}
## Basic Information
## Grundlegende Informationen
**Before start pentesting** a Digital Ocean environment there are a few **basics things you need to know** about how DO works to help you understand what you need to do, how to find misconfigurations and how to exploit them.
**Bevor Sie mit dem Pentesting** einer Digital Ocean-Umgebung beginnen, gibt es einige **grundlegende Dinge, die Sie wissen müssen**, wie DO funktioniert, um Ihnen zu helfen, zu verstehen, was Sie tun müssen, wie Sie Fehlkonfigurationen finden und wie Sie diese ausnutzen können.
Concepts such as hierarchy, access and other basic concepts are explained in:
Konzepte wie Hierarchie, Zugriff und andere grundlegende Konzepte werden erklärt in:
{{#ref}}
do-basic-information.md
{{#endref}}
## Basic Enumeration
## Grundlegende Aufzählung
### SSRF
@@ -20,28 +20,22 @@ do-basic-information.md
https://book.hacktricks.xyz/pentesting-web/ssrf-server-side-request-forgery/cloud-ssrf
{{#endref}}
### Projects
### Projekte
To get a list of the projects and resources running on each of them from the CLI check:
Um eine Liste der Projekte und Ressourcen, die auf jedem von ihnen laufen, über die CLI zu erhalten, überprüfen Sie:
{{#ref}}
do-services/do-projects.md
{{#endref}}
### Whoami
```bash
doctl account get
```
## Services Enumeration
## Dienste Aufzählung
{{#ref}}
do-services/
{{#endref}}
{{#include ../../banners/hacktricks-training.md}}