Simple Cloud Analyzer
Simple Cloud Analyzer is a multi-cloud CLI (currently supporting AWS and GCP) designed to identify insecure configurations and highlight cloud security best practices.
Learn more: GitHub Repository
Usage
sca [OPTIONS]
Options
-
--providers <aws|gcp>
Cloud providers to analyze. Default:aws
-
--ports <PORT...>
Ports to check for public exposure. Default:22 3389 3306 5432 27017 6379 9200
-
--output <FILE>
CSV report output path. Default:report.csv
-
--aws-regions <LIST>
Comma-separated AWS regions. Example:us-east-1,sa-east-1
-
--gcp-projects <LIST>
Comma-separated GCP project IDs. Example:project-prd,project-stg
-
--debug
Enable debug logging.
Documentation
Under construction :)