From cfcc8369744f5038a9baf0d2d5667a6d6e9cb413 Mon Sep 17 00:00:00 2001 From: Jaime Polop <117489620+JaimePolop@users.noreply.github.com> Date: Mon, 3 Feb 2025 11:26:08 +0100 Subject: [PATCH] Update az-storage-privesc.md --- .../az-privilege-escalation/az-storage-privesc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pentesting-cloud/azure-security/az-privilege-escalation/az-storage-privesc.md b/src/pentesting-cloud/azure-security/az-privilege-escalation/az-storage-privesc.md index c09ae9f03..7e84eb6cf 100644 --- a/src/pentesting-cloud/azure-security/az-privilege-escalation/az-storage-privesc.md +++ b/src/pentesting-cloud/azure-security/az-privilege-escalation/az-storage-privesc.md @@ -101,10 +101,10 @@ az storage account local-user regenerate-password \ --name ``` -To access Azure Blob Storage via SFTP using a local user via SFTP you can (you can also use ssh key to connect): +To access Azure Blob Storage via SFTP (is_hns_enabled should be true) using a local user via SFTP you can (you can also use ssh key to connect): ```bash -sftp @.blob.core.windows.net +sftp .@.blob.core.windows.net #regenerated-password ```