rverton / webanalyze

Port of Wappalyzer (uncovers technologies used on websites) to automate mass scanning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build yourself doesn't work anymore

opened this issue · comments

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

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

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.

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

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