rverton / webanalyze

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

Mysterious NivCMS on different sites results #28

Closed przmv closed 4 years ago

przmv commented 4 years ago

Analyze results for different sites contain NivCMS, however this is not true (according to Wappalyzer):

$ webanalyze -update
2020/04/24 15:13:09 app definition file updated from  https://raw.githubusercontent.com/AliasIO/Wappalyzer/master/src/apps.json
$ webanalyze -host https://archive.org/
 :: webanalyze        : v1.0
 :: workers           : 4
 :: apps              : apps.json
 :: crawl count       : 0
 :: search subdomains : true

https://archive.org/ (3.6s):
    PHP,  (Programming languages)
    NivCMS,  (CMS)
    jQuery,  (JavaScript libraries)
    Nginx, 1.16.1 (Web servers, Reverse proxies)
    React,  (JavaScript frameworks)
    jQuery UI,  (JavaScript libraries)
    jQuery,  (JavaScript libraries)
    Polyfill,  (JavaScript libraries)
    Ubuntu,  (Operating systems)
    Bootstrap,  (UI frameworks)
    Clipboard.js,  (Miscellaneous)

image

przmv commented 4 years ago

Looks like an upstream bug: https://github.com/AliasIO/wappalyzer/pull/3008

rverton commented 4 years ago

Hi, thanks for the info. I will close this now as this will be fixed upstream then.