rverton / webanalyze

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

apps.json is now technologies.json upstream #36

Closed przmv closed 3 years ago

przmv commented 3 years ago
$ webanalyze -update
2020/09/04 15:24:50 app definition file updated from  https://raw.githubusercontent.com/AliasIO/Wappalyzer/master/src/apps.json

$ cat apps.json
404: Not Found
thelikes commented 3 years ago

Why did we close this? Seems like it should indeed be technologies.json, no?

rverton commented 3 years ago

I fixed this in 3ef937d by renaming it.

thelikes commented 3 years ago

Gotcha. Struggling with a go get -u , but cloning the repo and manually building, seems all is well. Thank you, appreciate your work and this tool!