PentestPad / subzy

Subdomain takeover vulnerability checker

Home Page:https://www.pentestpad.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not able to install subzy

kaal-kali opened this issue · comments

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

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

image

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

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

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'.

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