> For the complete documentation index, see [llms.txt](https://wiki.pentestlist.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.pentestlist.com/offensive-security/cloud/aws/s3-buckets.md).

# S3 Buckets

## S3 Scanner

S3 Scanner will scan for misconfigured S3 buckets across S3-compatible APIs!

* <https://github.com/sa7mon/S3Scanner>

The following command will find any issues in the S3 buckets listed in names.txt.

`s3scanner -bucket-file names.txt -enumerate`
