diff --git a/scripts/__pycache__/translator.cpython-312.pyc b/scripts/__pycache__/translator.cpython-312.pyc deleted file mode 100644 index ea8dcba4e..000000000 Binary files a/scripts/__pycache__/translator.cpython-312.pyc and /dev/null differ diff --git a/src/README.md b/src/README.md index 2dda1d68a..336b693b8 100644 --- a/src/README.md +++ b/src/README.md @@ -4,7 +4,7 @@
-_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 ![HackTricks Cloud Github Stats](https://repobeats.axiom.co/api/embed/1dfdbb0435f74afa9803cd863f01daac17cda336.svg)