diff --git a/.github/workflows/build_master.yml b/.github/workflows/build_master.yml index 224e70d45..3b578633e 100644 --- a/.github/workflows/build_master.yml +++ b/.github/workflows/build_master.yml @@ -30,32 +30,11 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 #Needed to download everything to be able to access the master & language branches - - # Install Rust and Cargo - - name: Install Rust and Cargo - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - override: true - # Install mdBook and Plugins - - name: Install mdBook and Plugins - run: | - cargo install mdbook - cargo install mdbook-alerts - cargo install mdbook-reading-time - cargo install mdbook-pagetoc - cargo install mdbook-tabs - cargo install mdbook-codename - # Build the mdBook - name: Build mdBook run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (echo "Error logs" && cat hacktricks-preprocessor-error.log && echo "" && echo "" && echo "Debug logs" && (cat hacktricks-preprocessor.log | tail -n 20) && exit 1) - # Cat hacktricks-preprocessor.log - #- name: Cat hacktricks-preprocessor.log - # run: cat hacktricks-preprocessor.log - # Login in AWs - name: Configure AWS credentials using OIDC uses: aws-actions/configure-aws-credentials@v3 diff --git a/src/pentesting-cloud/azure-security/az-enumeration-tools.md b/src/pentesting-cloud/azure-security/az-enumeration-tools.md index 17cac705d..9a23833ac 100644 --- a/src/pentesting-cloud/azure-security/az-enumeration-tools.md +++ b/src/pentesting-cloud/azure-security/az-enumeration-tools.md @@ -149,3 +149,4 @@ The Azure Active Directory (AD) module, now **deprecated**, is part of Azure Pow Follow this link for the [**installation instructions**](https://www.powershellgallery.com/packages/AzureAD). {{#include ../../banners/hacktricks-training.md}} +