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

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

Open
Mzack9999 opened this issue Oct 5, 2023 · 1 comment
Labels
Type: Enhancement Most issues will probably ask for additions or changes.

Comments

@Mzack9999
Copy link
Member

Mzack9999 commented Oct 5, 2023

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
@marz-hunter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Most issues will probably ask for additions or changes.
Projects
None yet
Development

No branches or pull requests

3 participants