Translated ['src/pentesting-cloud/azure-security/az-enumeration-tools.md

This commit is contained in:
Translator
2025-01-09 07:44:47 +00:00
parent d2949c1cfc
commit 77d80cfc8a
@@ -26,7 +26,7 @@ curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
```
## MacOS에 PowerShell 설치하기
[**문서**](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-macos?view=powershell-7.4)에서 제공하는 지침:
[**문서**](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-macos?view=powershell-7.4)에서 지침:
1. 아직 설치되지 않았다면 `brew`를 설치하세요:
```bash
@@ -49,7 +49,7 @@ brew upgrade powershell
### az cli
[**Azure Command-Line Interface (CLI)**](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli)는 Azure 및 Entra ID 리소스를 관리하고 운영하기 위해 Python으로 작성된 크로스 플랫폼 도구입니다. Azure에 연결하여 명령줄 또는 스크립트를 통해 관리 명령을 실행합니다.
[**Azure Command-Line Interface (CLI)**](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli)는 Azure 및 Entra ID 리소스를 관리하고 운영하기 위해 Python으로 작성된 크로스 플랫폼 도구입니다. 이 도구는 Azure에 연결하여 명령줄 또는 스크립트를 통해 관리 명령을 실행합니다.
[**설치 지침을 보려면 이 링크를 따르세요!**](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli#install)
@@ -61,7 +61,7 @@ Azure CLI의 명령은 다음 패턴을 사용하여 구조화됩니다: `az <se
```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 리소스를 직접 관리하기 위한 cmdlet이 포함된 모듈입니다.
[**설치 지침**](https://learn.microsoft.com/en-us/powershell/azure/install-azure-powershell) 링크를 따라가세요.
@@ -103,11 +103,11 @@ Azure PowerShell AZ 모듈의 명령은 다음과 같이 구조화됩니다: `<A
```bash
Get-AzResourceGroup -Debug
```
**MitM** 공격을 도구에 수행하고 **수동으로 전송하는 모든 요청**을 확인하려면 `HTTPS_PROXY` 및 `HTTP_PROXY` 환경 변수를 [**문서**](https://learn.microsoft.com/en-us/powershell/azure/az-powershell-proxy)에 따라 설정할 수 있습니다.
**MitM** 공격을 수행하고 도구가 수동으로 전송하는 **모든 요청**을 확인하려면 `HTTPS_PROXY` 및 `HTTP_PROXY` 환경 변수를 [**문서**](https://learn.microsoft.com/en-us/powershell/azure/az-powershell-proxy)에 따라 설정할 수 있습니다.
### Microsoft Graph PowerShell
Microsoft Graph PowerShell은 SharePoint, Exchange 및 Outlook과 같은 서비스에 단일 엔드포인트를 사용하여 모든 Microsoft Graph API에 접근할 수 있는 크로스 플랫폼 SDK입니다. PowerShell 7+를 지원하며, MSAL을 통한 현대 인증, 외부 ID 및 고급 쿼리를 지원합니다. 최소 권한 액세스에 중점을 두어 보안 작업을 보장하 최신 Microsoft Graph API 기능에 맞춰 정기적으로 업데이트를 받습니다.
Microsoft Graph PowerShell은 SharePoint, Exchange 및 Outlook과 같은 서비스에 단일 엔드포인트를 사용하여 모든 Microsoft Graph API에 접근할 수 있는 크로스 플랫폼 SDK입니다. PowerShell 7+를 지원하며, MSAL을 통한 현대 인증, 외부 ID 및 고급 쿼리를 지원합니다. 최소 권한 액세스에 중점을 두어 보안 작업을 보장하며, 최신 Microsoft Graph API 기능에 맞춰 정기적으로 업데이트를 받습니다.
[**설치 지침**](https://learn.microsoft.com/en-us/powershell/microsoftgraph/installation)을 보려면 이 링크를 따르세요.
@@ -126,4 +126,4 @@ Azure Active Directory (AD) 모듈은 현재 **사용 중단**되었으며, Azur
> [!TIP]
> 이는 Microsoft Graph PowerShell로 대체되었습니다.
Follow this link for the [**installation instructions**](https://www.powershellgallery.com/packages/AzureAD).
다음 링크에서 [**설치 지침**](https://www.powershellgallery.com/packages/AzureAD)을 확인하세요.