Installation Guide
Follow the steps below to install and build FuzzSwarm on your system.
Prerequisites
Ensure you have the following tools installed:
- Golang (version 1.23.1 or higher)
- Git
- Make
Steps to Install
- Clone the FuzzSwarm repository from GitHub:
- Navigate to the project directory:
-
Build the application using make:
This command will create the FuzzSwarm binary in the current directory. -
To verify the installation, run the following command:
You're now ready to start using FuzzSwarm. Learn how to use it in the Usage Guide.