Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 739 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 739 Bytes

DIGGER

Experimental - needs lots of refactoring

Identifies bucket/container misconfigurations.

S3 (AWS)

Requires AWS_ACCESS_KEY and AWS_SECRET_KEY to be set. Tries to list objects, upload an object and remove the uploaded object.

USAGE:
    digger s3 --region=<region> bucket1 bucket2 bucketN

GCS (GCP)

Requires GOOGLE_APPLICATIONS_CREDENTIALS to be set. Uses the testPermissions endpoint to find out if it's possible to get, update, delete objects and get/set IAM policy.

USAGE:
    digger gcs bucket1 bucket2 bucketN

STORAGE (Azure)

Runs as unauthenticated - upload and delete is not implemented

USAGE:
    digger storage --account=<account> container1 container2 containerN