wappalyzergo icon indicating copy to clipboard operation
wappalyzergo copied to clipboard

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

Open Mzack9999 opened this issue 2 years ago • 1 comments

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:

  • They are based only on passive detection (no request modifiers or additional requests)
  • They should be idempotent, multiple runs should yield the same result

Mzack9999 avatar Oct 05 '23 13:10 Mzack9999

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

marz-hunter avatar Mar 04 '24 01:03 marz-hunter