OJ / gobuster

Directory/File, DNS and VHost busting tool written in Go
Apache License 2.0
9.98k stars 1.2k forks source link

failured to install #174

Closed jjhesk closed 5 years ago

jjhesk commented 5 years ago

go get doesnt work anymore

firefart commented 5 years ago

What's the error message?

OJ commented 5 years ago

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.

orxanovn commented 3 years ago

dont working install and get gobuster