mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-10 20:53:27 +08:00
17 lines
257 B
YAML
17 lines
257 B
YAML
id: mida-eframework-workflow
|
|
|
|
info:
|
|
name: Mida eFramework workflow
|
|
author: CasperGN
|
|
|
|
variables:
|
|
mida: technologies/tech-detect.yaml
|
|
cve_2020_15920: cves/CVE-2020-15920.yaml
|
|
|
|
logic: |
|
|
mida()
|
|
|
|
if mida["mida-eframework"] {
|
|
cve_2020_15920()
|
|
}
|