projectdiscovery / wappalyzergo

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

Original Wappalyzer project not open source anymore - Fingerprints failed to download #57

Closed BBerastegui closed 7 months ago

BBerastegui commented 9 months ago

Hi all!

Pretty recently, the Wappalyzer original project has been made private (see here).

Therefore, the fingerprints fail to download from the original repository.

I saw some discussion here: https://news.ycombinator.com/item?id=37236746

And there are several repositories with the latest snapshot.

Should we consider to start maintaining a list of fingerprints inside this same repository using the original one as a baseline?

I just created a repository for myself that I would love to try to maintain with the community if needed: https://github.com/BBerastegui/wappalyzer-fingerprints

From now we can pull from there.

Cheers!

Mzack9999 commented 9 months ago

@BBerastegui Thanks for opening this issue. The repository still retain the latest valid parsed version of the dataset, correctly the GH action fails to update it as the original one is not available anymore, and it would be a zero-sum value operation parsing always the same version of the dataset, as the outcome would be the existing one. We are evaluating how to proceed, probably a community maintained version would be the best option. I've also opened a new issue at https://github.com/projectdiscovery/wappalyzergo/issues/59 to investigate a more maintainable alternative as editing huge jsons is a very hostic task

zlgxzswjy commented 8 months ago

I noticed enther declaring,"This project is a continuation of the ionic Wappalyzer."

Mzack9999 commented 7 months ago

Superseded by https://github.com/projectdiscovery/wappalyzergo/issues/59