diff --git a/scripts/__pycache__/translator.cpython-312.pyc b/scripts/__pycache__/translator.cpython-312.pyc deleted file mode 100644 index 74b690f1b..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 c0d0825dc..310f09311 100644 --- a/src/README.md +++ b/src/README.md @@ -4,15 +4,15 @@
-_Hacktricks logos & motion diseñados por_ [_@ppieranacho_](https://www.instagram.com/ppieranacho/)_._ +_Logos y movimiento de HackTricks diseñados por_ [_@ppieranacho_](https://www.instagram.com/ppieranacho/)_._ -### Ejecutar HackTricks Cloud localmente +### Ejecuta HackTricks Cloud localmente ```bash # Download latest version of hacktricks cloud 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" ``` Tu copia local de HackTricks Cloud estará **disponible en [http://localhost:3377](http://localhost:3377)** después de un minuto. +Como alternativa, si tienes Docker Compose, ejecuta esto desde la raíz del repositorio: +```bash +docker compose up +``` +El `docker-compose.yml` incluido sirve tu branch actualmente seleccionado en [http://localhost:3377](http://localhost:3377) con recarga en vivo. + ### **Metodología de Pentesting CI/CD** -**En la Metodología de Pentesting CI/CD de HackTricks encontrarás cómo realizar pentesting en la infraestructura relacionada con actividades de CI/CD.** Lee la siguiente página para una **introducción:** +**En la Metodología de CI/CD de HackTricks encontrarás cómo hacer pentesting de la infraestructura relacionada con actividades de CI/CD.** Lee la siguiente página para una **introducción:** [pentesting-ci-cd-methodology.md](pentesting-ci-cd/pentesting-ci-cd-methodology.md) ### Metodología de Pentesting Cloud -**En la Metodología Cloud de HackTricks encontrarás cómo realizar pentesting en entornos cloud.** Lee la siguiente página para una **introducción:** +**En la Metodología Cloud de HackTricks encontrarás cómo hacer pentesting de entornos cloud.** Lee la siguiente página para una **introducción:** [pentesting-cloud-methodology.md](pentesting-cloud/pentesting-cloud-methodology.md) -### Licencia y Descargo de responsabilidad +### Licencia y descargo de responsabilidad -**Consúltalas en:** +**Consúltalos en:** -[HackTricks Values & FAQ](https://app.gitbook.com/s/-L_2uGJGU7AVNRcqRvEi/welcome/hacktricks-values-and-faq) +[Valores y preguntas frecuentes de HackTricks](https://app.gitbook.com/s/-L_2uGJGU7AVNRcqRvEi/welcome/hacktricks-values-and-faq) ### Estadísticas de Github -![Estadísticas de HackTricks Cloud en Github](https://repobeats.axiom.co/api/embed/1dfdbb0435f74afa9803cd863f01daac17cda336.svg) +![Estadísticas de Github Cloud de HackTricks](https://repobeats.axiom.co/api/embed/1dfdbb0435f74afa9803cd863f01daac17cda336.svg) {{#include ./banners/hacktricks-training.md}}