-
Notifications
You must be signed in to change notification settings - Fork 183
Home
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).
Download the latest release for your platform.
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 .
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.