mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2026-07-28 14:47:17 -07:00
Translated ['', 'src/README.md'] to tr
This commit is contained in:
Binary file not shown.
+17
-11
@@ -4,15 +4,15 @@
|
||||
|
||||
<figure><img src="images/cloud.gif" alt=""><figcaption></figcaption></figure>
|
||||
|
||||
_Hacktricks logoları ve hareket tasarımı [_@ppieranacho_](https://www.instagram.com/ppieranacho/) tarafından yapıldı._
|
||||
_Hacktricks logoları ve hareket tasarımı_ [_@ppieranacho_](https://www.instagram.com/ppieranacho/)_ tarafından yapılmıştır._
|
||||
|
||||
### HackTricks Cloud'u Yerel Olarak Çalıştırma
|
||||
### HackTricks Cloud'u Yerel Olarak Çalıştır
|
||||
```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,25 +31,31 @@ 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"
|
||||
```
|
||||
Yerel HackTricks Cloud kopyanız bir dakika içinde **[http://localhost:3377](http://localhost:3377)** adresinde kullanıma açılacak.
|
||||
HackTricks Cloud'un yerel kopyası bir dakika sonra **[http://localhost:3377](http://localhost:3377)** adresinde kullanılabilir olacaktır.
|
||||
|
||||
### **Pentesting CI/CD Metodolojisi**
|
||||
Alternatif olarak, Docker Compose kullanıyorsanız bunu repository root dizininden çalıştırın:
|
||||
```bash
|
||||
docker compose up
|
||||
```
|
||||
Bundled `docker-compose.yml`, canlı yeniden yükleme ile şu anda checkout edilmiş branch'inizi [http://localhost:3377](http://localhost:3377) adresinde sunar.
|
||||
|
||||
**HackTricks CI/CD Metodolojisi'nde CI/CD faaliyetleriyle ilgili altyapıyı nasıl pentest edeceğinizi bulacaksınız.** Bir **giriş** için aşağıdaki sayfayı okuyun:
|
||||
### **Pentesting CI/CD Methodology**
|
||||
|
||||
**HackTricks CI/CD Methodology içinde CI/CD etkinlikleriyle ilgili altyapının nasıl pentest edileceğini bulabilirsiniz.** Bir **giriş** için aşağıdaki sayfayı okuyun:
|
||||
|
||||
[pentesting-ci-cd-methodology.md](pentesting-ci-cd/pentesting-ci-cd-methodology.md)
|
||||
|
||||
### Pentesting Cloud Metodolojisi
|
||||
### Pentesting Cloud Methodology
|
||||
|
||||
**HackTricks Cloud Metodolojisi'nde cloud ortamlarını nasıl pentest edeceğinizi bulacaksınız.** Bir **giriş** için aşağıdaki sayfayı okuyun:
|
||||
**HackTricks Cloud Methodology içinde cloud ortamlarının nasıl pentest edileceğini bulabilirsiniz.** Bir **giriş** için aşağıdaki sayfayı okuyun:
|
||||
|
||||
[pentesting-cloud-methodology.md](pentesting-cloud/pentesting-cloud-methodology.md)
|
||||
|
||||
### Lisans & Sorumluluk Reddi
|
||||
### Lisans ve Sorumluluk Reddi
|
||||
|
||||
**Bunları inceleyin:**
|
||||
**Bunları burada inceleyin:**
|
||||
|
||||
[HackTricks Values & FAQ](https://app.gitbook.com/s/-L_2uGJGU7AVNRcqRvEi/welcome/hacktricks-values-and-faq)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user