

Kali NetHunter, the distribution’s mobile (Android) pentesting platform, has been upgraded to include support for internal Bluetooth connectivity, as well as support for more devices and other enhancements. This support was made possible by the addition of the Kali NetHunter Pro. Peass-ng is a collection of privilege escalation tools for the MacOS, Linux, and Windows operating systems.ĭue to the introduction of the Kali NetHunter Pro, which is a bare metal installation of Kali Linux that is optimized for mobile devices and features the GNOME-based Phosh desktop environment by default, another exciting highlight of this new release of Kali Linux is official support for Pine64’s PinePhone and PinePhone Pro smartphones. Rizin-cutter is a reverse engineering platform that is driven by the rizin framework.

Ldapdomaindump is an information dumper for Active Directory that works with LDAP. Bloodhound.py is a Python-based ingestor for BloodHound.Ĭertipy is a tool for enumerating and abusing the capabilities of Active Directory Certificate Services.Ī user-space driver for USB Wi-Fi Network Interface Cards (NICs) and the Hak5 Wi-Fi Coconut sniffer is known as hak5-wifi-coconut. How to uninstall Golang in 3 easy steps via terminal.Now check installed version of Go: go version.Refresh zsh configuration with: source ~ /.zshrc.Here we're specifying Go workspace at: /root/go-workspace Go down to the end of the file and add the following entries for Go variables and Go path: # Go variables and path export GOPATH=/root/go-workspace.f - option specifies the file tar command is going to work with This flag is used to extract files from compressed archives. z - optional flag, which specifies to filter the archive file through gzip. x - is one of the mandatory options ( -c, -t, -x) which specifies the command to extract the file from an archive C - option is used to specify a different directory other than the current working directory Untar archive to the /usr/local/ path: tar -C /usr /local / -xzf go1.To install Go visit the following address:.Remove any reference on $GOPATH or $PATH export definitions in your. Remove the Go bin directory from your PATH environment variable.Remove the Golang binary: sudo rm -rvf.

Check if you already have installed Go on your machine:
