Installation
To install all of the template files, run the following commands from the root of your project's directory:
git clone https://github.com/yourfavDev/go-brute
cd go-brute
set GOOS=<Your desired platform (Read the wiki)>
go build main.go
The Advanced Golang SSH Bruteforcer
Description: This is an open-sourced brute-forcer made for the community. Our goal is to create an efficient and reliable tool for pen-testers
This may only be used for EDUCATIONAL PURPOSES ONLY !
I am not responsible for any prohibited use of this software or any redistributed modified version of this software !
Dependencies
In order for this code base to compile you will need to run this command in your root directory, it contains the basic SSH package for Go:
go get golang.org/x/crypto/ssh
Known issues
There are no known issues yet !
Getting involved
You can contribute to this project via Github !