projectdiscovery / shuffledns

MassDNS wrapper written in go to enumerate valid subdomains using active bruteforce as well as resolve subdomains with wildcard filtering and easy input-output support.
https://projectdiscovery.io
GNU General Public License v3.0
1.3k stars 185 forks source link

bash: shuffledns: command not found #65

Closed Deathpoolxrs closed 3 years ago

Deathpoolxrs commented 3 years ago

GO111MODULE=on go get -v github.com/projectdiscovery/shuffledns/cmd/shuffledns

shuffledns

bash: shuffledns: command not found

ehsandeep commented 3 years ago

It's an issue with your go setup, you can use the following cmd to link export PATH=$PATH:$(go env GOPATH)/bin installed binaries.