Eilonh / s3crets_scanner

562 stars 65 forks source link

Azure Storage secrets scanner #2

Open wakasupi opened 1 year ago

wakasupi commented 1 year ago

Hi, Have you looked into the porting a version of this for scanning Azure Storage containers? I do not write in Python, so this would not be an easy task for me to estimate unfortunately.

Eilonh commented 1 year ago

Hi @wakasupi! I didn't saw much interest in the community in adding support for Azure. This is definitely doable though

nerijus commented 1 year ago

It could support any S3 provider, for example, wasabi, DigitalOcean. Currently there is one place where s3.amazonaws.com is hardcoded - https://github.com/Eilonh/s3crets_scanner/blob/bac5ad00a270a006c8cf8ba51b60d1d205ae281c/utils.py#L183