# Remove the golang-go packagesudo apt-get remove golang-go# Remove the golang-go dependenciessudo apt-get remove --auto-remove golang-go# Uninstall the existing Go packagesudo rm -rvf /usr/local/go# Install the new Go versionwget https://dl.google.com/go/go1.14.linux-amd64.tar.gz# Extract the archive filesudo tar -xvf go1.14.linux-amd64.tar.gzsudo mv go /usr/localexport GOROOT=/usr/local/goexport GOPATH=$HOME/goexport PATH=$GOPATH/bin:$GOROOT/bin:$PATH# Reload environment variablessource ~/.profile# Verify Go versiongo version
# usually installed by default on kali/parrotapt install hydra
Args
-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