An advanced brute forcer written in GO for the pen-testers willing to find a more advanced SSH brute forcer
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
go build main.go
Passfile format: user password
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.