This commit is contained in:
mgeeky
2022-01-22 16:26:38 +01:00
parent 787d12ba63
commit de69006469
4 changed files with 22 additions and 43 deletions

View File

@ -4,30 +4,30 @@
- **`AzureRT`** - Powershell module implementing various cmdlets to interact with Azure and Azure AD from an offensive perspective. Helpful utilities dealing with access token based authentication, easily switching from `Az` to `AzureAD` and `az cli` interfaces, easy to use pre-made attacks such as Runbook-based command execution and more.
Authentication & Token mechanics:
Authentication & Token mechanics:
- *`Connect-ART`*
- *`Connect-ARTAD`*
- *`Connect-ARTADServicePrincipal`*
- *`Get-ARTAccessTokenAzCli`*
- *`Get-ARTAccessTokenAz`*
- *`Get-ARTAccessTokenAzureAD`*
- *`Parse-JWTtokenRT`*
- *`Remove-ARTServicePrincipalKey`*
- *`Connect-ART`*
- *`Connect-ARTAD`*
- *`Connect-ARTADServicePrincipal`*
- *`Get-ARTAccessTokenAzCli`*
- *`Get-ARTAccessTokenAz`*
- *`Get-ARTAccessTokenAzureAD`*
- *`Parse-JWTtokenRT`*
- *`Remove-ARTServicePrincipalKey`*
Recon and Situational Awareness:
Recon and Situational Awareness:
- *`Get-ARTResource`*
- *`Get-ARTRolePermissions`*
- *`Get-ARTADRolePermissions`*
- *`Get-ARTAzRoleAssignment`*
- *`Get-ARTKeyVaultSecrets`*
- *`Get-ARTResource`*
- *`Get-ARTRolePermissions`*
- *`Get-ARTADRolePermissions`*
- *`Get-ARTAzRoleAssignment`*
- *`Get-ARTKeyVaultSecrets`*
Privilege Escalation:
Privilege Escalation:
- *`Add-ARTUserToGroup`*
- *`Add-ARTUserToRole`*
- *`Add-ARTUserToGroup`*
- *`Add-ARTUserToRole`*
Lateral Movement:
Lateral Movement:
- *`Invoke-ARTAutomationRunbook`*
- *`Invoke-ARTAutomationRunbook`*