mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2026-07-28 22:51:09 -07:00
Translated ['', 'src/README.md'] to de
This commit is contained in:
Binary file not shown.
+15
-9
@@ -4,7 +4,7 @@
|
||||
|
||||
<figure><img src="images/cloud.gif" alt=""><figcaption></figcaption></figure>
|
||||
|
||||
_Hacktricks-Logos & Motion entworfen von_ [_@ppieranacho_](https://www.instagram.com/ppieranacho/)_._
|
||||
_ Hacktricks-Logos und Animation gestaltet von_ [_@ppieranacho_](https://www.instagram.com/ppieranacho/)_._
|
||||
|
||||
### HackTricks Cloud lokal ausführen
|
||||
```bash
|
||||
@@ -12,7 +12,7 @@ _Hacktricks-Logos & Motion entworfen von_ [_@ppieranacho_](https://www.instagram
|
||||
git clone https://github.com/HackTricks-wiki/hacktricks-cloud
|
||||
|
||||
# Select the language you want to use
|
||||
export LANG="master" # Leave master for English
|
||||
export HT_LANG="master" # Leave master for English
|
||||
# "af" for Afrikaans
|
||||
# "de" for German
|
||||
# "el" for Greek
|
||||
@@ -31,29 +31,35 @@ export LANG="master" # Leave master for English
|
||||
# "zh" for Chinese
|
||||
|
||||
# Run the docker container indicating the path to the hacktricks-cloud folder
|
||||
docker run -d --rm --platform linux/amd64 -p 3377:3000 --name hacktricks_cloud -v $(pwd)/hacktricks-cloud:/app ghcr.io/hacktricks-wiki/hacktricks-cloud/translator-image bash -c "mkdir -p ~/.ssh && ssh-keyscan -H github.com >> ~/.ssh/known_hosts && cd /app && git checkout $LANG && git pull && MDBOOK_PREPROCESSOR__HACKTRICKS__ENV=dev mdbook serve --hostname 0.0.0.0"
|
||||
docker run -d --rm --platform linux/amd64 -p 3377:3000 --name hacktricks_cloud -v $(pwd)/hacktricks-cloud:/app ghcr.io/hacktricks-wiki/hacktricks-cloud/translator-image bash -c "mkdir -p ~/.ssh && ssh-keyscan -H github.com >> ~/.ssh/known_hosts && cd /app && git checkout $HT_LANG && git pull && MDBOOK_PREPROCESSOR__HACKTRICKS__ENV=dev mdbook serve --hostname 0.0.0.0"
|
||||
```
|
||||
Ihre lokale Kopie von HackTricks Cloud wird **nach etwa einer Minute unter [http://localhost:3377](http://localhost:3377) verfügbar sein.**
|
||||
Ihre lokale Kopie von HackTricks Cloud ist nach einer Minute unter [http://localhost:3377](http://localhost:3377) **verfügbar**.
|
||||
|
||||
Alternativ können Sie, wenn Sie Docker Compose haben, Folgendes aus dem Stammverzeichnis des Repositorys ausführen:
|
||||
```bash
|
||||
docker compose up
|
||||
```
|
||||
Die gebündelte `docker-compose.yml` stellt deinen aktuell ausgecheckten Branch unter [http://localhost:3377](http://localhost:3377) mit live reload bereit.
|
||||
|
||||
### **Pentesting CI/CD Methodology**
|
||||
|
||||
**In der HackTricks CI/CD Methodology erfährst du, wie man Infrastruktur im Zusammenhang mit CI/CD-Aktivitäten pentestet.** Lies die folgende Seite für eine **Einführung:**
|
||||
**In der HackTricks CI/CD Methodology findest du Informationen darüber, wie du Infrastruktur im Zusammenhang mit CI/CD-Aktivitäten pentesten kannst.** Lies die folgende Seite als **Einführung:**
|
||||
|
||||
[pentesting-ci-cd-methodology.md](pentesting-ci-cd/pentesting-ci-cd-methodology.md)
|
||||
|
||||
### Pentesting Cloud Methodology
|
||||
|
||||
**In der HackTricks Cloud Methodology erfährst du, wie man Cloud-Umgebungen pentestet.** Lies die folgende Seite für eine **Einführung:**
|
||||
**In der HackTricks Cloud Methodology findest du Informationen darüber, wie du Cloud-Umgebungen pentesten kannst.** Lies die folgende Seite als **Einführung:**
|
||||
|
||||
[pentesting-cloud-methodology.md](pentesting-cloud/pentesting-cloud-methodology.md)
|
||||
|
||||
### Lizenz & Disclaimer
|
||||
### Lizenz & Haftungsausschluss
|
||||
|
||||
**Sieh sie dir an unter:**
|
||||
**Hier findest du sie:**
|
||||
|
||||
[HackTricks Values & FAQ](https://app.gitbook.com/s/-L_2uGJGU7AVNRcqRvEi/welcome/hacktricks-values-and-faq)
|
||||
|
||||
### Github Stats
|
||||
### GitHub-Statistiken
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user