# Remove the golang-go packagesudoapt-getremovegolang-go# Remove the golang-go dependenciessudoapt-getremove--auto-removegolang-go# Uninstall the existing Go packagesudorm-rvf/usr/local/go# Install the new Go versionwgethttps://dl.google.com/go/go1.14.linux-amd64.tar.gz# Extract the archive filesudotar-xvfgo1.14.linux-amd64.tar.gzsudomvgo/usr/localexport GOROOT=/usr/local/goexport GOPATH=$HOME/goexport PATH=$GOPATH/bin:$GOROOT/bin:$PATH# Reload environment variablessource~/.profile# Verify Go versiongoversion
# usually installed by default on kali/parrotaptinstallhydra
Flags
-l<user># specifies the user-P<path_passwd># takes a path to a file which contains a list of password-t<int># specifies the number of threads used during the attack-f# exit when a login/pass pair is found (-M: -f per host, -F global)-s<PORT># specifies service port-V# verbose