rverton / webanalyze

Port of Wappalyzer (uncovers technologies used on websites) to automate mass scanning.
MIT License
908 stars 134 forks source link

'Unexpected EOF' Error When Compiling #62

Closed edwinfredy closed 2 years ago

edwinfredy commented 2 years ago

When installing the tool using go install github.com/rverton/webanalyze/cmd/webanalyze@latest, it's throwing the error,

/home/michael/go/pkg/mod/golang.org/x/net@v0.0.0-20200202094626-16171245cfb2/idna/idna10.0.0.go:25:2: golang.org/x/text@v0.3.0: unexpected EOF
rverton commented 2 years ago

I think this is a problem on your site. Did you recently update Go? Try clearing the pkg folder so all modules are re-downloaded.