HackTricks Cloud

Tip

AWS Hacking’i öğrenin ve pratik yapın:HackTricks Training AWS Red Team Expert (ARTE)
GCP Hacking’i öğrenin ve pratik yapın: HackTricks Training GCP Red Team Expert (GRTE)
Az Hacking’i öğrenin ve pratik yapın: HackTricks Training Azure Red Team Expert (AzRTE)

HackTricks'i Destekleyin

Hacktricks logoları ve hareket tasarımı @ppieranacho tarafından yapıldı.

HackTricks Cloud’u Yerel Olarak Çalıştırma

# 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
# "af" for Afrikaans
# "de" for German
# "el" for Greek
# "es" for Spanish
# "fr" for French
# "hi" for Hindi
# "it" for Italian
# "ja" for Japanese
# "ko" for Korean
# "pl" for Polish
# "pt" for Portuguese
# "sr" for Serbian
# "sw" for Swahili
# "tr" for Turkish
# "uk" for Ukrainian
# "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"

Yerel HackTricks Cloud kopyanız bir dakika içinde http://localhost:3377 adresinde kullanıma açılacak.

Pentesting CI/CD Metodolojisi

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.md

Pentesting Cloud Metodolojisi

HackTricks Cloud Metodolojisi’nde cloud ortamlarını nasıl pentest edeceğinizi bulacaksınız. Bir giriş için aşağıdaki sayfayı okuyun:

pentesting-cloud-methodology.md

Lisans & Sorumluluk Reddi

Bunları inceleyin:

HackTricks Values & FAQ

Github İstatistikleri

HackTricks Cloud Github İstatistikleri

Tip

AWS Hacking’i öğrenin ve pratik yapın:HackTricks Training AWS Red Team Expert (ARTE)
GCP Hacking’i öğrenin ve pratik yapın: HackTricks Training GCP Red Team Expert (GRTE)
Az Hacking’i öğrenin ve pratik yapın: HackTricks Training Azure Red Team Expert (AzRTE)

HackTricks'i Destekleyin