aws-recon | - Darkbit's multi-threaded AWS inventory collection tool
|
cloud_enum | - Multi-cloud OSINT tool. Enumerate public resources in AWS, Azure, and GCP
- Usage:
python cloudenum.py -k keyword
|
cloud-service-enum | - Cloud Services Enumeration
|
aws-inventory | - Make an inventory of all your resources across regions
- Usage:
$ python aws_inventory.py // Select the generated JSON file when prompted
$ firefox gui/dist/index.html
|
resource-counter | - Counts number of resources in categories across regions
- Usage:
$ python count_resources.py
|
aws_public_ips | - Fetch all public IP addresses tied to your AWS account
- Usage:
// Uses default ~/.aws/credentials
$ aws_public_ips -f json -s apigateway,cloudfront,ec2,elasticsearch,elb,elbv2,lightsail,rds,redshift // With a custom profile
$ AWS_PROFILE=production aws_public_ips
|
aws_key_triage_tool | - Script to automate initial triage/enumeration on a set of aws keys in an input file
- Determine whether AWS keys are valid and if so what those keys have access to
|
cloudlist | - Obtain public assets (hostnames, IPs)
|