Closed jjhesk closed 5 years ago
What's the error message?
Works fine for me. Here's what it looks like with a fresh/clean install of golang in docker:
$ sudo -h docker docker run -ti golang:latest
root@9d4866aaccaf:/go# go get github.com/OJ/gobuster && go install github.com/OJ/gobuster
root@9d4866aaccaf:/go# gobuster help
Usage:
gobuster [command]
Available Commands:
dir Uses directory/file brutceforcing mode
dns Uses DNS subdomain bruteforcing mode
help Help about any command
vhost Uses VHOST bruteforcing mode
Flags:
--delay duration Time each thread waits between requests (e.g. 1500ms)
-h, --help help for gobuster
-z, --noprogress Don't display progress
-o, --output string Output file to write results to (defaults to stdout)
-q, --quiet Don't print the banner and other noise
-t, --threads int Number of concurrent threads (default 10)
-v, --verbose Verbose output (errors)
-w, --wordlist string Path to the wordlist
Use "gobuster [command] --help" for more information about a command.
root@9d4866aaccaf:/go#
My guess is that it's your environment. So make sure you're running the latest version of golang, and that you have either removed the dependencies or updated them all to the latest version.
dont working install and get gobuster
go get doesnt work anymore