All Projects → random-robbie → Aws Scanner

random-robbie / Aws Scanner

Licence: unlicense
Scans a list of websites for Cloudfront or S3 Buckets

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Aws Scanner

Bucket-Flaws
Bucket Flaws ( S3 Bucket Mass Scanner ): A Simple Lightweight Script to Check for Common S3 Bucket Misconfigurations
Stars: ✭ 43 (-53.76%)
Mutual labels:  aws-s3, s3-bucket, bugbounty
s3 exporter
Exports Prometheus metrics about S3 buckets and objects
Stars: ✭ 65 (-30.11%)
Mutual labels:  aws-s3, s3-bucket
moodle-tool objectfs
Object file storage system for Moodle
Stars: ✭ 61 (-34.41%)
Mutual labels:  aws-s3, s3-bucket
Cloudbrute
Awesome cloud enumerator
Stars: ✭ 268 (+188.17%)
Mutual labels:  s3-bucket, bugbounty
ionic-image-upload
Ionic Plugin for Uploading Images to Amazon S3
Stars: ✭ 26 (-72.04%)
Mutual labels:  aws-s3, s3-bucket
aws-s3-multipart-upload
Example AWS S3 Multipart upload with aws-sdk for Go - Retries for failing parts
Stars: ✭ 34 (-63.44%)
Mutual labels:  aws-s3, s3-bucket
simply-static-deploy
WordPress plugin to deploy static sites easily to an AWS S3 bucket.
Stars: ✭ 48 (-48.39%)
Mutual labels:  aws-s3, s3-bucket
BlobHelper
BlobHelper is a common, consistent storage interface for Microsoft Azure, Amazon S3, Komodo, Kvpbase, and local filesystem written in C#.
Stars: ✭ 23 (-75.27%)
Mutual labels:  aws-s3, s3-bucket
Goofys
a high-performance, POSIX-ish Amazon S3 file system written in Go
Stars: ✭ 3,932 (+4127.96%)
Mutual labels:  aws-s3, s3-bucket
Minio Py
MinIO Client SDK for Python
Stars: ✭ 400 (+330.11%)
Mutual labels:  aws-s3, s3-bucket
Minio Java
MinIO Client SDK for Java
Stars: ✭ 444 (+377.42%)
Mutual labels:  aws-s3, s3-bucket
aws-maven-plugin
Deploys resources to AWS using maven
Stars: ✭ 25 (-73.12%)
Mutual labels:  aws-s3, s3-bucket
Minio Hs
MinIO Client SDK for Haskell
Stars: ✭ 39 (-58.06%)
Mutual labels:  aws-s3, s3-bucket
minio-ruby
MinIO Client SDK for Ruby
Stars: ✭ 26 (-72.04%)
Mutual labels:  aws-s3, s3-bucket
flask-drive
A simple Flask app to upload and download files off Amazon's S3
Stars: ✭ 23 (-75.27%)
Mutual labels:  aws-s3, s3-bucket
s3www
Serve static files from any S3 compatible object storage services (Let's Encrypt ready)
Stars: ✭ 86 (-7.53%)
Mutual labels:  aws-s3, s3-bucket
S3Scan
Script to spider a website and find publicly open S3 buckets
Stars: ✭ 21 (-77.42%)
Mutual labels:  aws-s3, s3-bucket
mlflow-tracking-server
MLFLow Tracking Server based on Docker and AWS S3
Stars: ✭ 59 (-36.56%)
Mutual labels:  aws-s3, s3-bucket
Recon My Way
This repository created for personal use and added tools from my latest blog post.
Stars: ✭ 271 (+191.4%)
Mutual labels:  aws-s3, bugbounty
Subdomainizer
A tool to find subdomains and interesting things hidden inside, external Javascript files of page, folder, and Github.
Stars: ✭ 915 (+883.87%)
Mutual labels:  s3-bucket, bugbounty

AWS-Scanner

  /$$$$$$  /$$      /$$  /$$$$$$           /$$$$$$                                                             
 /$$__  $$| $$  /$ | $$ /$$__  $$         /$$__  $$                                                            
| $$  \ $$| $$ /$$$| $$| $$  \__/        | $$  \__/  /$$$$$$$  /$$$$$$  /$$$$$$$  /$$$$$$$   /$$$$$$   /$$$$$$ 
| $$$$$$$$| $$/$$ $$ $$|  $$$$$$  /$$$$$$|  $$$$$$  /$$_____/ |____  $$| $$__  $$| $$__  $$ /$$__  $$ /$$__  $$
| $$__  $$| $$$$_  $$$$ \____  $$|______/ \____  $$| $$        /$$$$$$$| $$  \ $$| $$  \ $$| $$$$$$$$| $$  \__/
| $$  | $$| $$$/ \  $$$ /$$  \ $$         /$$  \ $$| $$       /$$__  $$| $$  | $$| $$  | $$| $$_____/| $$      
| $$  | $$| $$/   \  $$|  $$$$$$/        |  $$$$$$/|  $$$$$$$|  $$$$$$$| $$  | $$| $$  | $$|  $$$$$$$| $$      
|__/  |__/|__/     \__/ \______/          \______/  \_______/ \_______/|__/  |__/|__/  |__/ \_______/|__/   

Scans a list of websites for Cloudfront or S3 Buckets.

This will output a text file with URL,CF or URL,s3bucketurl

THIS IS A WORK IN PROGRESS! (currently broken as it will write in windows but not in linux)

Install

go get github.com/fatih/color
go build main.go
./main --list list.txt

Release's

Pre-built binarys are avaliable on the releases tab.

Screenshot

Capture.png

Notes

Input must be with out https:// as this is hardcoded at the moment.

To Do

[ ] Fix bugs like the one on CNN.com where they dont close the dir and it grabs a load of messy js

[ ] Auto detect if prefix is needed or not

[ ] get rid of the mass regex functions and try do it as one.

Thanks

Glove

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].