Skip to content
Seth Art edited this page Jan 9, 2023 · 5 revisions

CloudFox aims to automate simple ad-hoc tasks during cloud penetration tests. CloudFox uses a modular approach, which facilitates user experience, development, and it is less prone to dependency issues. It currently supports AWS, with Azure commands are under active development. There are many more features and improvements in our roadmap (including GCP support).

Usage Guides

Installation

Binary Install

Download the latest release for your platform.

Install from source

Install Go, clone the tool's repository and compile from source

# git clone https://github.com/BishopFox/cloudfox.git
...omitted for brevity...
# cd ./cloudfox
# go build .

How To Contribute

Request new features/commands

Request a new feature by opening an issue via GitHub, or using GitHub's discussions board

Submit new features/commands

  • Fork the CloudFox repository,
  • Make your changes
  • Submit a pull request

For questions please create an issue.