24 open-source projects similar to virtuesecurity/aws-extender-cli, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Aws Extender Cli alternative.
Utilities and tools based around Amazon S3 to provide convenience APIs in a CLI
Brute-forces objects within a given bucket using Hashcat mask-like syntax
Find interesting Amazon S3 Buckets by watching certificate transparency logs.
Find AWS S3 buckets and test their permissions.
Security Tool to Look For Interesting Files in S3 Buckets
S3Insights is a platform for efficiently deriving security insights about S3 data through metadata analysis
Find S3 AWS/GCP/Azure buckets while surfing. S3DNS acts as DNS server, follows CNAMEs and matches any bucket pattern
S3Scanner is a security tool for auditing public access and misconfigured permissions across S3-compatible storage providers. It functions as a storage auditor and security scanner designed to identify open buckets, enumerate publicly accessible objects, and exfiltrate data from misconfigured cloud environments. The project is distinguished by its integration with message brokers, allowing it to consume target lists for large-scale cloud infrastructure audits. It also provides utilities for dumping the entire contents of misconfigured buckets to local directories and calculating the total siz
Quickly enumerate through a pre-compiled list of AWS S3 buckets using DNS instead of HTTP with a list of DNS resolvers and multi-threading. Warning: Be aware that this is really shitty golang code. I wrote it without any prior knowledge of Go Lang but it seems to do the job. Feel free to…
A lambda function that checks your account for Public buckets and emails you whenever a new public s3 bucket is created
Boto3 is the AWS SDK for Python, providing a programmatic interface for managing and automating AWS cloud infrastructure and services. It serves as a cloud management API client and resource manager for provisioning, configuring, and scaling virtual servers, databases, and storage. The library enables the implementation of infrastructure-as-code through declarative templates and scripts, allowing for the deployment of identical resource stacks across multiple accounts and geographic regions. It also provides a framework for coordinating distributed workflows, serverless functions, and contain