From 769ae53c76f530408771510ae0a62afebd953d4f Mon Sep 17 00:00:00 2001 From: Jimmy Date: Wed, 27 May 2026 00:26:48 +0200 Subject: [PATCH] Fix table --- .../azure-security/az-services/az-storage.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/pentesting-cloud/azure-security/az-services/az-storage.md b/src/pentesting-cloud/azure-security/az-services/az-storage.md index 82581615d..400fa55fd 100644 --- a/src/pentesting-cloud/azure-security/az-services/az-storage.md +++ b/src/pentesting-cloud/azure-security/az-services/az-storage.md @@ -53,7 +53,14 @@ Azure Storage Accounts are fundamental services in Microsoft Azure that provide ### Storage endpoints -
Storage ServiceEndpoint
Blob storagehttps://.blob.core.windows.net

https://.blob.core.windows.net/?restype=container&comp=list
Data Lake Storagehttps://.dfs.core.windows.net
Azure Fileshttps://.file.core.windows.net
Queue storagehttps://.queue.core.windows.net
Table storagehttps://.table.core.windows.net
+| Storage Service | Endpoint | +| --- | --- | +| **Blob storage** | `https://.blob.core.windows.net` | +| **Blob storage container listing** | `https://.blob.core.windows.net/?restype=container&comp=list` | +| **Data Lake Storage** | `https://.dfs.core.windows.net` | +| **Azure Files** | `https://.file.core.windows.net` | +| **Queue storage** | `https://.queue.core.windows.net` | +| **Table storage** | `https://.table.core.windows.net` | ### Public Exposure @@ -493,4 +500,3 @@ az-file-shares.md {{#include ../../../banners/hacktricks-training.md}} -