Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miguelmota/s3scanner
Scan for open public S3 buckets
https://github.com/miguelmota/s3scanner
amazon aws bucket cli finder fuzzy infosec open public s3 s3-bucket scanner scraper terminal
Last synced: about 2 months ago
JSON representation
Scan for open public S3 buckets
- Host: GitHub
- URL: https://github.com/miguelmota/s3scanner
- Owner: miguelmota
- License: mit
- Archived: true
- Created: 2018-12-10T07:55:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T07:58:53.000Z (about 6 years ago)
- Last Synced: 2024-04-23T06:58:56.005Z (9 months ago)
- Topics: amazon, aws, bucket, cli, finder, fuzzy, infosec, open, public, s3, s3-bucket, scanner, scraper, terminal
- Language: JavaScript
- Homepage: https://github.com/miguelmota/s3scanner
- Size: 5.86 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-sec-s3 - s3scanner - Scan for open public S3 buckets - By miguelmota (Awesome AWS S3 Security [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/mxm0z/awesome-sec-s3))
README
# s3scanner
> Scan for open public [S3](https://aws.amazon.com/s3/) buckets
## Install
```bash
npm i -g s3scanner
```## Getting started
`sites.txt`
```text
flaws.cloud
http://flaws.cloud/
reddit.com
stackoverflow.com
``````bash
$ s3scanner sites.txtflaws.cloud
2017-03-13 20:00:38 2575 hint1.html
2017-03-02 20:05:17 1707 hint2.html
2017-03-02 20:05:11 1101 hint3.html
2018-07-10 09:47:16 3082 index.html
2018-07-10 09:47:16 15979 logo.png
2017-02-26 17:59:28 46 robots.txt
2017-02-26 17:59:30 1051 secret-dd02c7c.htmlnot public: reddit.com
not public: stackoverflow.com
```## Test
```bash
make test
```## License
[MIT](LICENSE)