Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.24 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.24 KB

AzContainerEnumerator

This PowerShell script is used for checking your Azure environment and finding Azure Storage accounts and Containers in them who have public access configured.

Requirements:

Instructions:

  • Start Windows Terminal, Windows PowerShell or other application of your choice
  • Execute AzStorageContainerEnumerator.ps1 script
  • Login prompt will show up asking you to login with your Azure credentials to Azure tenant

Script will search through Azure subscriptions, find all Storage accounts and check if you have any Containers that are configured to allow Public access and will present the findings to you, so Containers can be double checked and confirmed if they should indeed be publicly accessible.

Possible problems:

  • If you cannot execute the script on the machine, make sure that Set-ExecutionPolicy is configured as -RemoteSigned
  • If you don't see a list of storage accounts or containers, make sure that the account that you are using has sufficient privileges noted in the Requirements section