Skip to content

Commit

Permalink
GITBOOK-723: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
carlospolop authored and gitbook-bot committed Dec 4, 2024
1 parent 0bcd805 commit e5acbad
Show file tree
Hide file tree
Showing 2 changed files with 342 additions and 188 deletions.
6 changes: 2 additions & 4 deletions pentesting-cloud/azure-security/az-services/az-queue-enum.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Azure Queue Storage is a service in Microsoft's Azure cloud platform designed fo
### Enumeration

{% tabs %}
{% tab title="Bash" %}
{% tab title="Az Cli" %}
```bash
# You need to know the --account-name of the storage (az storage account list)
az storage queue list --account-name <storage_account>
Expand All @@ -41,7 +41,7 @@ az storage message peek --queue-name <queue_name> --account-name <storage_accoun
```
{% endtab %}

{% tab title="PS" %}
{% tab title="Az PS" %}
```bash
# Get the Storage Context
$storageAccount = Get-AzStorageAccount -ResourceGroupName QueueResourceGroup -Name queuestorageaccount1994
Expand Down Expand Up @@ -79,8 +79,6 @@ $queueMessage.Value

### Privilege Escalation



{% content-ref url="../az-privilege-escalation/az-queue-privesc.md" %}
[az-queue-privesc.md](../az-privilege-escalation/az-queue-privesc.md)
{% endcontent-ref %}
Expand Down
Loading

0 comments on commit e5acbad

Please sign in to comment.