The purpose of this bash script is to automate the installation of various important go tools which are useful in penetration testing and bug hunting. This script saves a significant amount of time and effort when compared to manually installing each tool individually. Any suggestions for improvement are always appreciated.
wget https://raw.githubusercontent.com/InfoSecWarrior/Offensive-Pentesting-Scripts/main/Gotools-Install/gotools-install.sh
chmod +x gotools-install.sh
$ ./gotools-install.sh
____ ____ _____ _ __ _
/ _/___ / __/___ / ___/___ ____ | | / /___ ___________(_)___ _____
/ // __ \/ /_/ __ \__ \/ _ \/ ___/ | | /| / / __ `/ ___/ ___/ / __ \/ ___/
_/ // / / / __/ /_/ /__/ / __/ /__ | |/ |/ / /_/ / / / / / / /_/ / /
/___/_/ /_/_/ \____/____/\___/\___/ |__/|__/\__,_/_/ /_/ /_/\____/_/
github.com/InfoSecWarrior by @ArmourInfosec
[ INFO ] Good! Go installed!
[ INFO ] Installing Go tools (42)