s3crets_scanner
s3crets_scanner copied to clipboard
Hey there, Just a heads up, Truffle Security maintains [TruffleHog](https://github.com/trufflesecurity/trufflehog) which presently natively scans S3 buckets. TruffleHog3 (which this project is based on) is an old fork of TruffleHog, not...
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...
Hi there! I've written a function to check for a configuration file in the /.aws/ directory. I'll submit a PR for this soon after I have tested a bit further...
Hi, First off, I really like and appreciate the tool you have created. I was wondering if you had thought about making a lambda enabled version. I am not sure...
I realized that using blob to check for the .aws folder was not expanding ~ to mean the user's home folder. I decided to change the way the text is...
I tried this tool and it works perfectly, see that permissions only should be for `*` Resources ``` .... .... { "Sid": "VisualEditor1", "Effect": "Allow", "Action": "s3:ListAllMyBuckets", "Resource": "*" }...