SethBodine / audit-tools

Container of Audit Tools for Cloud Security Reviews
2 stars 0 forks source link

What is this for?

This is purely a container image that brings together several tools to simplify the auditing of several cloud services.

Contains...

Currently serveral packages are configured (small list below), check out the wiki for additional details

Tool CLI command GitHub Commit Age Wiki URL
Azure CLI az Using az cli
GCP Cli gcloud Using gcloud cli
AWS CLI aws Using aws cli
Prowler v3 . /opt/prowler/prowler.sh && prowler Using Prowler
Prowler v4 . /opt/prowler4/prowler4.sh && prowler Using Prowler
Steampipe steampipe Using steampipe
Powerpipe powerpipe Using powerpipe
ScoutSuite . /opt/ScoutSuite/scoutsuite.sh && /opt/ScoutSuite/scout.py Using ScoutSuite
testssl /opt/testssl.sh/testssl.sh Using testssl.sh
trufflehog trufflehog Using Trufflehog
kubeaudit kubeaudit Using kubeaudit
AzureHound AzureHound Using AzureHound
tfsec tfsec Using tfsec
trivy trivy Using trivy
kubescape kubescape Using kubescape
bucketcloner . /opt/bucketcloner/bb-clone.sh && bucketcloner Using bucketcloner
semgrep ./opt/semgrep/semgrep.sh && semgrep Using semgrep

Recent Changes