Requires Go 1.21+:
go install github.com/x90skysn3k/brutespray/v2@latestPre-built binaries for Linux, macOS, and Windows are available on the Releases page.
Download the archive for your platform, extract, and place the binary in your $PATH.
git clone https://github.com/x90skysn3k/brutespray.git
cd brutespray
go build -o brutespray main.godocker build -t brutespray .
docker run brutespray -H ssh://target:22 -u admin -p passwordThe Docker image uses a multi-stage build with Alpine Linux and runs as a non-root user.
Brutespray is available in the Kali Linux repositories:
apt install brutesprayNote: The repository version may lag behind the latest release. For the newest features, use
go installor download a release binary.