Installing gobuster from original script always results with gobuster 2.0.1 instead of the latest version (currently 3.1.0)
The original script doesn't make sense anyway because it pulls the code from git and then use go get to fetch and install the package separately. This should be the proper way to do it IMO.
Installing gobuster from original script always results with gobuster 2.0.1 instead of the latest version (currently 3.1.0)
The original script doesn't make sense anyway because it pulls the code from git and then use
go get
to fetch and install the package separately. This should be the proper way to do it IMO.