mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2026-07-28 14:47:17 -07:00
Translated ['', 'src/README.md'] to af
This commit is contained in:
Binary file not shown.
+17
-11
@@ -6,13 +6,13 @@
|
||||
|
||||
_Hacktricks-logo's en animasie ontwerp deur_ [_@ppieranacho_](https://www.instagram.com/ppieranacho/)_._
|
||||
|
||||
### Voer HackTricks Cloud plaaslik uit
|
||||
### Begin HackTricks Cloud plaaslik loods
|
||||
```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,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"
|
||||
```
|
||||
Jou plaaslike kopie van HackTricks Cloud sal **beskikbaar wees by [http://localhost:3377](http://localhost:3377)** binne 'n minuut.
|
||||
Jou plaaslike kopie van HackTricks Cloud sal **beskikbaar wees by [http://localhost:3377](http://localhost:3377)** ná ’n minuut.
|
||||
|
||||
### **Pentesting CI/CD Metodologie**
|
||||
Alternatiewelik, as jy Docker Compose het, voer die volgende vanaf die wortel van die repository uit:
|
||||
```bash
|
||||
docker compose up
|
||||
```
|
||||
Die ingeslote `docker-compose.yml` bedien jou tans uitgeklokte branch by [http://localhost:3377](http://localhost:3377) met live reload.
|
||||
|
||||
**In die HackTricks CI/CD Metodologie vind jy hoe om infrastruktuur wat verband hou met CI/CD-aktiwiteite te pentest.** Lees die volgende bladsy vir 'n **inleiding:**
|
||||
### **Pentesting CI/CD-metodologie**
|
||||
|
||||
**In die HackTricks CI/CD-metodologie sal jy leer hoe om infrastruktuur wat met CI/CD-aktiwiteite verband hou, te pentest.** Lees die volgende bladsy vir ’n **inleiding:**
|
||||
|
||||
[pentesting-ci-cd-methodology.md](pentesting-ci-cd/pentesting-ci-cd-methodology.md)
|
||||
|
||||
### Pentesting Cloud Metodologie
|
||||
### Pentesting Cloud-metodologie
|
||||
|
||||
**In die HackTricks Cloud Metodologie vind jy hoe om cloud-omgewings te pentest.** Lees die volgende bladsy vir 'n **inleiding:**
|
||||
**In die HackTricks Cloud-metodologie sal jy leer hoe om cloud-omgewings te pentest.** Lees die volgende bladsy vir ’n **inleiding:**
|
||||
|
||||
[pentesting-cloud-methodology.md](pentesting-cloud/pentesting-cloud-methodology.md)
|
||||
|
||||
### Lisensie & Vrywaring
|
||||
### Lisensie en vrywaring
|
||||
|
||||
**Kyk hulle na by:**
|
||||
**Gaan dit na by:**
|
||||
|
||||
[HackTricks Values & FAQ](https://app.gitbook.com/s/-L_2uGJGU7AVNRcqRvEi/welcome/hacktricks-values-and-faq)
|
||||
|
||||
### Github Statistieke
|
||||
### Github-statistieke
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user