Anyone is allowed to create their own version unless they do not change the 'Licensing and warning' found in the source code available on GitHub (https://github.com/yourfavDev/go-brute)
This is an open-sourced brute-forcer made for the community. Our goal is to create an efficient and reliable tool for pen-testers
When installing we highly recommend compiling the code yourself rather than using an outdated release, you can compile the code using this quick compile guide:
git clone https://github.com/yourfavDev/go-brute
cd go-brute
set GOOS=<Your desired platform (Read the wiki)>
go build main.go
Passfile format: user password
The password / user list must be located inside a file called 'pass' in the same directory with the binary
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.