cloudlist v1.0.4 releases: listing Assets from multiple Cloud Providers
Cloudlist
Cloudlist is a multi-cloud tool for getting Assets (Hostnames, IP Addresses) from Cloud Providers. This is intended to be used by the blue team to augment Attack Surface Management efforts by maintaining a centralized list of assets across multiple clouds with very little configuration effort.
Features
- Easily list Cloud assets with multiple configurations.
- Multiple cloud providers support.
- Highly extensible making adding new providers a breeze.
- STDOUT support to work with other tools in pipelines.
Supported providers
- AWS (Amazon web services)
- EC2
- Route53
- GCP (Google Cloud Platform)
- Cloud DNS
- DO (DigitalOcean)
- Instances
- SCW (Scaleway)
- Instances
To see how to configure providers, check PROVIDERS.md.
Usage
cloudlist -h
This will display help for the tool. Here are all the switches it supports.
Flag | Description | Example |
---|---|---|
config | Config file for providers | cloudlist -config test.yaml |
provider | List assets of given providers | cloudlist -provider aws |
host | List hosts only | cloudlist -host |
ip | List Ips only | cloudlist -ip |
json | List output in the JSON format | cloudlist -json |
output | Store the output in a file | cloudlist -output |
silent | Display results only | cloudlist -silent |
version | Display current version | cloudlist -version |
verbose | Display verbose mode | cloudlist -verbose |
Changelog v1.0.4
- Added Azure public IP address enumeration by @mionskowski-form3 in #421
- Fixed Route53 hosted zone enumeration panic by @mionskowski-form3 in #394
- Fixed Route53 IP type (public/private) in json output by @mionskowski-form3 in #396
Download
Copyright (c) 2020 ProjectDiscovery