jaeles-project / gospider

Gospider - Fast web spider written in Go
MIT License
2.53k stars 306 forks source link

Help to install the script on Mac #1

Closed Teicu closed 4 years ago

Teicu commented 4 years ago

Hi

can you please explain how can I install this tool in Mac?

Thanks

Pentest@tools ~ % sudo go get -u github.com/jaeles-project/gospider
Password:
Pentest@tools~ % gospider -s "https://google.com/" -o output -c 10 -d 1
zsh: command not found: gospider
theblackturtle commented 4 years ago

Did you set $GOPATH? Or you can download binary at https://github.com/jaeles-project/gospider/releases

bughuntercat commented 4 years ago

I get the same problem on Linux. Seems to be a module have a different path as the required.

cp@cp ~ $ go get github.com/jaeles-project/gospider go get: github.com/jaeles-project/gospider@v1.1.0: parsing go.mod: module declares its path as: github.com/theblackturtle/gospider but was required as: github.com/jaeles-project/gospider

theblackturtle commented 4 years ago

Can you try again. I fixed it.

Teicu commented 4 years ago

done, thanks

abdilahrf commented 4 years ago

occurs again #9