mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2025-12-27 13:13:06 -08:00
Translated ['', 'src/README.md'] to hi
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
|
||||
<figure><img src="images/cloud.gif" alt=""><figcaption></figcaption></figure>
|
||||
|
||||
_Hacktricks लोगो और मोशन डिज़ाइन_ [_@ppieranacho_](https://www.instagram.com/ppieranacho/)_ द्वारा_._
|
||||
_Hacktricks के लोगो और मोशन का डिज़ाइन_ [_@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
|
||||
@@ -31,23 +31,23 @@ 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 "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 $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 Methodology**
|
||||
### **Pentesting CI/CD पद्धति**
|
||||
|
||||
**HackTricks CI/CD Methodology में आपको CI/CD गतिविधियों से संबंधित बुनियादी ढांचे का pentest करने का तरीका मिलेगा।** एक **परिचय के लिए निम्नलिखित पृष्ठ पढ़ें:**
|
||||
**HackTricks CI/CD Methodology में आप जानेंगे कि CI/CD गतिविधियों से संबंधित इन्फ्रास्ट्रक्चर को कैसे pentest किया जाता है।** परिचय के लिए निम्नलिखित पेज पढ़ें:
|
||||
|
||||
[pentesting-ci-cd-methodology.md](pentesting-ci-cd/pentesting-ci-cd-methodology.md)
|
||||
|
||||
### Pentesting Cloud Methodology
|
||||
### Pentesting Cloud पद्धति
|
||||
|
||||
**HackTricks Cloud Methodology में आपको क्लाउड वातावरण का pentest करने का तरीका मिलेगा।** एक **परिचय के लिए निम्नलिखित पृष्ठ पढ़ें:**
|
||||
**HackTricks Cloud Methodology में आप जानेंगे कि cloud environments को कैसे pentest किया जाता है।** परिचय के लिए निम्नलिखित पेज पढ़ें:
|
||||
|
||||
[pentesting-cloud-methodology.md](pentesting-cloud/pentesting-cloud-methodology.md)
|
||||
|
||||
### License & Disclaimer
|
||||
### लाइसेंस & अस्वीकरण
|
||||
|
||||
**इन्हें देखें:**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user