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
|
cloudlist |
- Obtain public assets (hostnames, IPs)
|