Install Kerbrute
masterYou can install Kerbrute using pre-compiled binaries, via Go, or by compiling from source using make.
Using Go
go get github.com/ropnop/kerbruteCompiling from source
If you have the repository cloned, use the make command to build binaries for different architectures:
make windows: Build Windows x86 and x64 binaries.make linux: Build Linux x86 and x64 binaries.make mac: Build Darwin (Mac) x86 and x64 binaries.make all: Build binaries for Windows, Linux, and Mac x86/x64.
go get github.com/ropnop/kerbrute