rverton / webanalyze

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

build yourself doesn't work anymore #58

Closed ghost closed 2 years ago

ghost commented 2 years ago

$ go get -v -u github.com/rverton/webanalyze/cmd/webanalyze

github.com/rverton/webanalyze/cmd/webanalyze is invalid. there is tree master now.

rverton commented 2 years ago

This still works for me to install webanalyze. You can also use: go install github.com/rverton/webanalyze/cmd/webanalyze@latest

Does this work for you?

I will also release a new release soon, but I will wait for a new update regarding the schema to be committed.

ghost commented 2 years ago

It doesn't

benjamin@benjamin-ubuntu:~$  go install github.com/rverton/webanalyze/cmd/webanalyze@latest
benjamin@benjamin-ubuntu:~$ webanalyze -update
2021/10/14 20:12:36 app definition file updated from  https://raw.githubusercontent.com/AliasIO/Wappalyzer/master/src/technologies.json

https://raw.githubusercontent.com/AliasIO/Wappalyzer/master/src/technologies.json

not found

rverton commented 2 years ago

I just pushed a new tag/release, so go install should work now again.