s3_objects_check
s3_objects_check copied to clipboard
Whitebox evaluation of effective S3 object permissions, to identify publicly accessible files.
Results
2
s3_objects_check issues
Sort by
recently updated
recently updated
newest added
Add support to specify an optional list for targeted buckets instead of including all buckets in the account.
We're currently fetching the first 10 bytes for each object instead of making a HEAD request (via https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3.html#S3.Client.head_object). The API documentation mentions particularities when an object is encrypted with KMS,...