projectdiscovery / wappalyzergo

A high performance go implementation of Wappalyzer Technology Detection Library
MIT License
698 stars 107 forks source link

A third of the technologies listed in fingerprints_data.json will never be detected #39

Closed stikhun closed 9 months ago

stikhun commented 1 year ago

A third of the technologies listed in fingerprints_data.json will never be detected, as the only keys listed there are the technology name and description examples: "AddShoppers":{"description": "AddShoppers is the ... "ECharts":{"description": "ECharts is an open-source... ... And there are 884 similar technologies, which only add weight to file fingerprints_data.json for nothing, because from original file keys are missing: scriptSrc, dom

P.S.: Apologies for my bad English, I use a translator

chrisanderton commented 1 year ago

I think that's because wappalyzergo doesn't support all the fingerprint patterns? I don't see dom is implemented.. nor scriptSrc.