haccer / subjack

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

Fail to build due to amass dep #8

Closed random-robbie closed 6 years ago

random-robbie commented 6 years ago
go build
# github.com/caffix/amass/amass
/root/GO/src/github.com/caffix/amass/amass/wildcards.go:138:2: undefined: "math/rand".Shuffle

due to an issue with amass subjack will not build.

caffix commented 6 years ago

The amass code requires that you build it with Go version 1.10 or higher. That will fix your build problem.