Skip to content

CloudSploit

Cloud security posture management

JavaScriptGitHub

Description

CloudSploit by Aqua Security is an open source cloud security configuration monitoring tool for AWS, Azure, GCP, and Oracle Cloud Infrastructure.

Installation

BASH
git clone https://github.com/aquasecurity/cloudsploit.git
cd cloudsploit
npm install

Basic Usage

BASH
# AWS scan
node index.js --cloud aws --config config.js

# Azure scan
node index.js --cloud azure --config config.js