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 ```