gospider
gospider copied to clipboard
can't install
can you tell me how to install it using "go install" please? because the "go get -u" command is deprecated
go get: installing executables with 'go get' in module mode is deprecated.
Use 'go install pkg@version' instead.
For more information, see https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.
I ran: sudo go install github.com/jaeles-project/gospider@latest on my ubuntu20 but it doen't work but it is working on macOS, please help ...
I ran: sudo go install github.com/jaeles-project/gospider@latest on my ubuntu20 but it doen't work but it is working on macOS, please help ...
Go to releases
page and download the version for your distr. like following,
wget https://github.com/jaeles-project/gospider/releases/download/v1.1.6/gospider_v1.1.6_linux_x86_64.zip
then unzip and use it.