From c2cc1efd0eefe8873e0505690c6d3c3a861762db Mon Sep 17 00:00:00 2001 From: Translator Date: Thu, 9 Jan 2025 07:44:49 +0000 Subject: [PATCH] Translated ['src/pentesting-cloud/azure-security/az-enumeration-tools.md --- .../azure-security/az-enumeration-tools.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pentesting-cloud/azure-security/az-enumeration-tools.md b/src/pentesting-cloud/azure-security/az-enumeration-tools.md index bb4a5534d..e4edc0da9 100644 --- a/src/pentesting-cloud/azure-security/az-enumeration-tools.md +++ b/src/pentesting-cloud/azure-security/az-enumeration-tools.md @@ -2,10 +2,10 @@ {{#include ../../banners/hacktricks-training.md}} -## 在Linux中安装PowerShell +## 在 Linux 中安装 PowerShell > [!TIP] -> 在Linux中,您需要安装PowerShell Core: +> 在 Linux 中,您需要安装 PowerShell Core: ```bash sudo apt-get update sudo apt-get install -y wget apt-transport-https software-properties-common @@ -61,7 +61,7 @@ Azure CLI 中的命令结构模式为: `az ` ```bash az account management-group list --output table --debug ``` -为了对工具进行**MitM**并**手动检查所有请求**,您可以执行: +为了对工具进行**MitM**并**手动检查所有发送的请求**,您可以执行: {{#tabs }} {{#tab name="Bash" }} @@ -91,7 +91,7 @@ $env:HTTP_PROXY="http://127.0.0.1:8080" ### Az PowerShell -Azure PowerShell 是一个模块,包含用于直接从 PowerShell 命令行管理 Azure 资源的 cmdlet。 +Azure PowerShell 是一个模块,包含用于直接从 PowerShell 命令行管理 Azure 资源的 cmdlets。 请访问此链接以获取 [**安装说明**](https://learn.microsoft.com/en-us/powershell/azure/install-azure-powershell)。 @@ -103,7 +103,7 @@ Azure PowerShell AZ 模块中的命令结构如下:`-Az [!TIP] -> 这被 Microsoft Graph PowerShell 替代 +> 这已被 Microsoft Graph PowerShell 替代 Follow this link for the [**installation instructions**](https://www.powershellgallery.com/packages/AzureAD).