Head to https://app.fuzzbuzz.io/ and follow the instructions to sign up. Once you see this page, you're all set!
Fuzzbuzz provides a CLI that makes it easy to build & test your targets locally before pushing code to the platform. It also allows you to reproduce bugs found on the platform, so you can test your fixes immediately.
Use the following command to download the CLI, and then give it the right permissions and save it somewhere in your path.
curl -O https://app.fuzzbuzz.io/releases/cli/latest/osx/fuzzbuzz
Use the following command to download the CLI, and then give it the right permissions and save it somewhere in your path.
wget https://app.fuzzbuzz.io/releases/cli/latest/linux/fuzzbuzz
To make sure everything works, run:
fuzzbuzz auth login
If after entering your credentials, you see Successfully logged in!
, you're all set up. Head to the next page to use the CLI and platform to find and fix your first bug.