Skip to content

A simple bash script to automate scanning S3 Buckets

Notifications You must be signed in to change notification settings

1lastBr3ath/S3Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

S3Scanner

It's a simple bash script to automate scanning Amazon S3 Buckets.

Prerequisite

Install and configure AWS CLI

Usage

S3Scanner.sh <bucket-name> [--all|all]

Adding --all or all as last argument also checks put-bucket-acl.

demo

It immediately creates a directory with the same name as <bucket-name>. In case it finds something, they're stored in the directory. If not, the directory is simply deleted. The error log is stored inside /tmp as <bucket-name>.log

References

https://labs.detectify.com/2017/07/13/a-deep-dive-into-aws-s3-access-controls-taking-full-control-over-your-assets/

About

A simple bash script to automate scanning S3 Buckets

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages