rverton / webanalyze

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

does not detect most client side app versions #30

Closed i-sylar closed 4 years ago

i-sylar commented 4 years ago

Im having an issue with version detection for most client side apps like jQuery. This also applies to PHP. Wappalyzer is able to detect most versions, but i only get the application name with webanalyze. webanalyze - webanalyze wapalyzer - wappalyzer

rverton commented 4 years ago

Hi, this is because webanalyze will not execute javascript so a few validations can not be done, see #5. I dont see a performant way of solving this current.

i-sylar commented 4 years ago

This is okay.