I am install but not work #155
-
I am install go install -v github.com/projectdiscovery/shuffledns/cmd/shuffledns@latest its did downloaded but .... shuffledns -h I am also try..git clone and $ GO111MODULE=on go get -v github.com/projectdiscovery/shuffledns/cmd/shuffledns anyone advice mi |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Here is a possible solution:
For the cloned repository:
./shuffledns |
Beta Was this translation helpful? Give feedback.
Here is a possible solution:
#78
go get
downloads packages underGOPATH
, or if the environmental variable is not set I believe it defaults to$HOME/go
, hence you should be looking there. (e.g.$GOPATH/bin/shuffledns
or~/go/bin/shuffledns
)For the cloned repository:
./shuffledns