haccer / subjack

Subdomain Takeover tool written in Go
Apache License 2.0
1.92k stars 338 forks source link

Subjack not installing #91

Open prajeshy opened 2 years ago

prajeshy commented 2 years ago

I am getting following, when I enter "go get github.com/haccer/subjack"

Screenshot 2022-01-25 at 6 15 29 PM

Now, when I try doing "go install github.com/haccer/subjack@latest " I am getting :

go

What should I do now?

lysudo commented 2 years ago

it should be working .. that command installs the package in "go/bin" directrory just head there and you will find it

do you have "go/bin" in your $PATH environment variable ? if not, just added it by doing (export $PATH=$PATH:/path/to/go/bin)

aronmolnar commented 1 year ago

Try go install github.com/haccer/subjack@latest