Is it possible to read matcher data from external sources? #1842
-
how use db or json files in yaml? thanks |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
@hktalent could you elaborate more about this question/feature? Are you looking to load templates files from DB or JSON files instead of YAML? |
Beta Was this translation helpful? Give feedback.
-
@ehsandeep I hope that YAML can use database or json file data, because I use yaml for fingerprint identification, and a large amount of fingerprint identification data is stored in the database |
Beta Was this translation helpful? Give feedback.
-
@ehsandeep Scenes: how use https://github.com/wappalyzer/wappalyzer json in yaml |
Beta Was this translation helpful? Give feedback.
-
Reading matchers from databases is not supported, nor we intend to add such functionality at this point in time. JSON files would be even more verbose than YAML. In the future we might implement this enhancement, which will enable reading and re-using matcher data in a more convenient way. With regards to |
Beta Was this translation helpful? Give feedback.
@hktalent
Reading matchers from databases is not supported, nor we intend to add such functionality at this point in time. JSON files would be even more verbose than YAML.
In the future we might implement this enhancement, which will enable reading and re-using matcher data in a more convenient way.
With regards to
wappalyzer
, we already have a template calledtech-detect.yaml
. A new-automatic-scan
flag has also been added that executes relevant templates only.