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

This commit is contained in:
Translator
2026-07-18 22:26:35 +00:00
parent b9a5c30f86
commit f01a50cb46
2 changed files with 20 additions and 14 deletions
Binary file not shown.
+20 -14
View File
@@ -4,15 +4,15 @@
<figure><img src="images/cloud.gif" alt=""><figcaption></figcaption></figure>
_Hacktricks के लोगो और मोशन का डिज़ाइन_ [_@ppieranacho_](https://www.instagram.com/ppieranacho/)_._
_Hacktricks के logos और motion को_ [_@ppieranacho_](https://www.instagram.com/ppieranacho/)_ने डिज़ाइन किया है।_
### HackTricks Cloud को लोकल रूप से चलाए
### HackTricks Cloud को स्थानीय रूप से चलाए
```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"
```
आपकी लोकल कॉपी HackTricks Cloud एक मिनट के बाद **[http://localhost:3377](http://localhost:3377)** पर उपलब्ध होगी।
आपकी HackTricks Cloud की स्थानीय कॉपी एक मिनट बाद **[http://localhost:3377](http://localhost:3377)** पर **उपलब्ध होगी**
### **Pentesting CI/CD पद्धति**
वैकल्पिक रूप से, यदि आपके पास Docker Compose है, तो इसे repository root से चलाएँ:
```bash
docker compose up
```
Bundled `docker-compose.yml` आपके वर्तमान में checkout किए गए branch को [http://localhost:3377](http://localhost:3377) पर live reload के साथ serve करता है।
**HackTricks CI/CD Methodology में आप जानेंगे कि CI/CD गतिविधियों से संबंधित इन्फ्रास्ट्रक्चर को कैसे pentest किया जाता है।** परिचय के लिए निम्नलिखित पेज पढ़ें:
### **Pentesting CI/CD कार्यप्रणाली**
**HackTricks CI/CD कार्यप्रणाली में आपको CI/CD activities से संबंधित infrastructure को pentest करने का तरीका मिलेगा।** एक **परिचय** के लिए निम्नलिखित page पढ़ें:
[pentesting-ci-cd-methodology.md](pentesting-ci-cd/pentesting-ci-cd-methodology.md)
### Pentesting Cloud पद्धति
### Pentesting Cloud कार्यप्रणाली
**HackTricks Cloud Methodology में आप जानेंगे कि cloud environments को कैसे pentest किया जाता है।** परिचय के लिए निम्नलिखित पेज पढ़ें:
**HackTricks Cloud कार्यप्रणाली में आपको cloud environments को pentest करने का तरीका मिलेगा।** एक **परिचय** के लिए निम्नलिखित page पढ़ें:
[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)
[HackTricks Values और FAQ](https://app.gitbook.com/s/-L_2uGJGU7AVNRcqRvEi/welcome/hacktricks-values-and-faq)
### Github Stats
### GitHub Stats
![HackTricks Cloud Github Stats](https://repobeats.axiom.co/api/embed/1dfdbb0435f74afa9803cd863f01daac17cda336.svg)
![HackTricks Cloud GitHub Stats](https://repobeats.axiom.co/api/embed/1dfdbb0435f74afa9803cd863f01daac17cda336.svg)
{{#include ./banners/hacktricks-training.md}}