Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
stikhun opened this issue Apr 8, 2023 · 1 comment · Fixed by #63
Closed
Labels
Investigation Something to Investigate

Comments

@stikhun
Copy link

stikhun commented Apr 8, 2023

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

@ehsandeep ehsandeep added the Investigation Something to Investigate label Apr 8, 2023
@chrisanderton
Copy link

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

Mzack9999 added a commit that referenced this issue Dec 1, 2023
Update the structure to include more fingerprints patterns, which fixes #39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Investigation Something to Investigate
Projects
None yet
3 participants