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

won't install #73

Closed ProgramFilesx86 closed 3 years ago

ProgramFilesx86 commented 3 years ago

Hello everyone,

I just followed the installation process , however the tool didn't installed,

I ran this command on kali linux 2021.2 $ GO111MODULE=on go get -v github.com/projectdiscovery/shuffledns/cmd/shuffledns

it did downloaded as well, but when I do "shuffledns" "shuffledns.go" ...etc it returns "command not found"

I also tried to clone the repository>go get>go build and yet the script still not installed

Please can anyone improve the README.md about the installation and thanks in advance

forgedhallpass commented 3 years ago

go get downloads packages under GOPATH, 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:

cd shuffledns/cmd/shuffledns
go build -o shuffledns
chmod +x shuffledns
./shuffledns