# Remove the golang-go package
sudo apt-get remove golang-go
# Remove the golang-go dependencies
sudo apt-get remove --auto-remove golang-go
# Uninstall the existing Go package
sudo rm -rvf /usr/local/go
# Install the new Go version
wget https://dl.google.com/go/go1.14.linux-amd64.tar.gz
# Extract the archive file
sudo tar -xvf go1.14.linux-amd64.tar.gz
sudo mv go /usr/local
export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH
# Reload environment variables
source ~/.profile
# Verify Go version
go version
# usually installed by default on kali/parrot
apt install hydra
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