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

This commit is contained in:
Translator
2026-07-18 22:26:26 +00:00
parent 21783ca48b
commit 2ba35ad45e
2 changed files with 15 additions and 9 deletions
Binary file not shown.
+15 -9
View File
@@ -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)