rverton / webanalyze

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

Detection quality low #38

Closed rverton closed 3 years ago

rverton commented 3 years ago

A lot of technologies which were detected in the past are not detected anymore. I guess some format changed in the upstream technologies.json, which needs to be verified.

rverton commented 3 years ago

This occured, when a http url was given which redirects by default to the https url. This way, no source can be analyzed.

I commited a fix now which will detect if the host is the same. Fixed in v0.3.2