projectdiscovery / wappalyzergo

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

Replace huge json dataset with folder-tree structured technologies dataset and readable markup language #59

Open Mzack9999 opened 9 months ago

Mzack9999 commented 9 months ago

The current wappalyzer dataset is kind of unreadable due to size and native json intrinsic unreadability which grows linearly with the size of json. It can be a good occasion to investigate a new implementation and structure the signatures in a folder tree fashion, with a more readable format such as yaml (potentially nuclei templates covering technologies could be reused).

All the signatures must respect the following requirements:

marz-hunter commented 4 months ago

i found a pretty good source because wappalyzer is not public anymore. https://github.com/tunetheweb/wappalyzer. httpx is also less appropriate for the -td option which does not detect complete due to data reading