Translated ['', 'src/README.md'] to it

This commit is contained in:
Translator
2026-07-18 22:26:29 +00:00
parent bee93ec340
commit 8d4dba3069
2 changed files with 16 additions and 10 deletions
Binary file not shown.
+16 -10
View File
@@ -4,7 +4,7 @@
<figure><img src="images/cloud.gif" alt=""><figcaption></figcaption></figure>
_I loghi e l'animazione di Hacktricks sono stati progettati da_ [_@ppieranacho_](https://www.instagram.com/ppieranacho/)_._
_Loghi e motion design di_ [_@ppieranacho_](https://www.instagram.com/ppieranacho/)_._
### Esegui HackTricks Cloud localmente
```bash
@@ -12,7 +12,7 @@ _I loghi e l'animazione di Hacktricks sono stati progettati da_ [_@ppieranacho_]
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,30 +31,36 @@ 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"
```
La tua copia locale di HackTricks Cloud sarà **available at [http://localhost:3377](http://localhost:3377)** dopo un minuto.
La tua copia locale di HackTricks Cloud sarà **disponibile all'indirizzo [http://localhost:3377](http://localhost:3377)** dopo un minuto.
In alternativa, se disponi di Docker Compose, esegui questo comando dalla root del repository:
```bash
docker compose up
```
Il file `docker-compose.yml` incluso serve il branch attualmente selezionato su [http://localhost:3377](http://localhost:3377) con live reload.
### **Pentesting CI/CD Methodology**
**Nella HackTricks CI/CD Methodology troverai come pentest infrastrutture correlate alle attività CI/CD.** Leggi la seguente pagina per un'**introduzione:**
**Nella HackTricks CI/CD Methodology troverai come eseguire il pentesting dell'infrastruttura correlata alle attività CI/CD.** Leggi la pagina seguente per un'**introduzione:**
[pentesting-ci-cd-methodology.md](pentesting-ci-cd/pentesting-ci-cd-methodology.md)
### Pentesting Cloud Methodology
**Nella HackTricks Cloud Methodology troverai come pentest ambienti cloud.** Leggi la seguente pagina per un'**introduzione:**
**Nella HackTricks Cloud Methodology troverai come eseguire il pentesting degli ambienti cloud.** Leggi la pagina seguente per un'**introduzione:**
[pentesting-cloud-methodology.md](pentesting-cloud/pentesting-cloud-methodology.md)
### Licenza & Disclaimer
### Licenza e disclaimer
**Controllali in:**
**Consultali qui:**
[HackTricks Values & FAQ](https://app.gitbook.com/s/-L_2uGJGU7AVNRcqRvEi/welcome/hacktricks-values-and-faq)
### Github Stats
### Statistiche Github
![HackTricks Cloud Github Stats](https://repobeats.axiom.co/api/embed/1dfdbb0435f74afa9803cd863f01daac17cda336.svg)
![Statistiche Github di HackTricks Cloud](https://repobeats.axiom.co/api/embed/1dfdbb0435f74afa9803cd863f01daac17cda336.svg)
{{#include ./banners/hacktricks-training.md}}