PentestPad / subzy

Subdomain takeover vulnerability checker
https://www.pentestpad.com
GNU General Public License v2.0
989 stars 149 forks source link

not able to install subzy #21

Closed kaal-kali closed 1 year ago

kaal-kali commented 2 years ago

go install -v github.com/lukasikic/subzy go install: version is required when current directory is not in a module Try 'go install github.com/lukasikic/subzy@latest' to install the latest version

mufazmi commented 2 years ago

Ummm..! I am also not able to install it..

image

mani0218 commented 2 years ago

i too facing the same issue how to resolve it ..?

axosecurity commented 2 years ago

sudo go install -v github.com/lukasikic/subzy [sudo] password for axosolaman: go: 'go install' requires a version when current directory is not in a module Try 'go install github.com/lukasikic/subzy@latest' to install the latest version

┌──(axosolaman㉿kali)-[~/tool/subzy] └─$ go install github.com/lukasikic/subzy@latest 1 ⨯ go: finding module for package github.com/mitchellh/go-homedir go: finding module for package github.com/logrusorgru/aurora go: found github.com/logrusorgru/aurora in github.com/logrusorgru/aurora v2.0.3+incompatible go: found github.com/mitchellh/go-homedir in github.com/mitchellh/go-homedir v1.1.0

akas4h commented 2 years ago

i am also facing this issuss C:\home\chank\subzy> sudo go get -u -v github.com/lukasikic/subzy go: go.mod file not found in current directory or any parent directory. 'go get' is no longer supported outside a module. To build and install a command, use 'go install' with a version, like 'go install example.com/cmd@latest' For more information, see https://golang.org/doc/go-get-install-deprecation or run 'go help get' or 'go help install'.

ir4gh4v commented 1 year ago

it issue is bcoz go get is not working in new version of go so you have to use command go install github.com/lukasikic/subzy@latest