Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MayankPandey01 authored Jan 17, 2023
1 parent 5bc9769 commit 3bab0c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# 🤔 What's OwnBucket?

OwnBucket is a Python Based Recon tool for Storage Buckets. It scans for AWS S3 Bucket and GCP Buckets by bruteforcing using different permutations.
OwnBucket is a Python Based Recon tool for Storage Buckets. It scans for AWS S3 Bucket, Azure Storage Blob and GCP Buckets by bruteforcing using different permutations.


# 🚀 Usage
Expand All @@ -24,6 +24,7 @@ OwnBucket can be easily used from the command line
- `-t` : To Provide a Company Name for Scanning
- `--aws` : Only Check for AWS S3 Buckets (Default)
- `--gcp` : Only Check for GCP Buckets
- `--azure` : Only Check for Azure Storage Blob
- `--all` : Check for both AWS S3 and GCP Buckets

Sometimes the tool reaches the rate limit while scanning S3 buckets, to prevent this from happening `no_of_workers` are reduced to 10 , If you increase this it will result in true-negatives or will give no result at all.
Expand Down

0 comments on commit 3bab0c0

Please sign in to comment.