diff --git a/scripts/__pycache__/translator.cpython-312.pyc b/scripts/__pycache__/translator.cpython-312.pyc deleted file mode 100644 index 027ce7630..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 fd684dd18..04b76f9cf 100644 --- a/src/README.md +++ b/src/README.md @@ -12,7 +12,7 @@ _Hacktricks 로고 및 모션 디자인:_ [_@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" ``` -로컬에 복제된 HackTricks Cloud는 **[http://localhost:3377](http://localhost:3377)**에서 1분 후 이용할 수 있습니다. +잠시 후 로컬 HackTricks Cloud 사본을 **[http://localhost:3377](http://localhost:3377)**에서 사용할 수 있습니다. -### **Pentesting CI/CD 방법론** +또는 Docker Compose가 있다면 repository root에서 다음을 실행하세요: +```bash +docker compose up +``` +번들된 `docker-compose.yml`은 live reload와 함께 현재 checkout된 branch를 [http://localhost:3377](http://localhost:3377)에서 제공합니다. -**In the HackTricks CI/CD Methodology you will find how to pentest infrastructure related to CI/CD activities.** 다음 페이지에서 **소개:**를 읽으세요: +### **Pentesting CI/CD Methodology** + +**HackTricks CI/CD Methodology에서는 CI/CD 활동과 관련된 infrastructure를 pentest하는 방법을 확인할 수 있습니다.** 다음 페이지에서 **소개를** 확인하세요: [pentesting-ci-cd-methodology.md](pentesting-ci-cd/pentesting-ci-cd-methodology.md) -### Pentesting Cloud 방법론 +### Pentesting Cloud Methodology -**In the HackTricks Cloud Methodology you will find how to pentest cloud environments.** 다음 페이지에서 **소개:**를 읽으세요: +**HackTricks Cloud Methodology에서는 cloud environments를 pentest하는 방법을 확인할 수 있습니다.** 다음 페이지에서 **소개를** 확인하세요: [pentesting-cloud-methodology.md](pentesting-cloud/pentesting-cloud-methodology.md) -### 라이선스 & 고지사항 +### License & Disclaimer **다음에서 확인하세요:** [HackTricks Values & FAQ](https://app.gitbook.com/s/-L_2uGJGU7AVNRcqRvEi/welcome/hacktricks-values-and-faq) -### Github 통계 +### Github Stats ![HackTricks Cloud Github Stats](https://repobeats.axiom.co/api/embed/1dfdbb0435f74afa9803cd863f01daac17cda336.svg)