Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.22 KB

File metadata and controls

28 lines (22 loc) · 1.22 KB

Go tools Installation Script

Description

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.

Installation ⚙️

wget https://raw.githubusercontent.com/InfoSecWarrior/Offensive-Pentesting-Scripts/main/Gotools-Install/gotools-install.sh
chmod +x gotools-install.sh

Usage

$ ./gotools-install.sh 
    ____      ____     _____            _       __                _           
   /  _/___  / __/___ / ___/___  ____  | |     / /___ ___________(_)___  _____
   / // __ \/ /_/ __ \__ \/ _ \/ ___/  | | /| / / __ `/ ___/ ___/ / __ \/ ___/
 _/ // / / / __/ /_/ /__/ /  __/ /__   | |/ |/ / /_/ / /  / /  / / /_/ / /    
/___/_/ /_/_/  \____/____/\___/\___/   |__/|__/\__,_/_/  /_/  /_/\____/_/     
                                                                              
  github.com/InfoSecWarrior                                 by @ArmourInfosec 

 [ INFO  ]  Good! Go installed! 
 [ INFO  ]  Installing Go tools (42)