nuclei-templates/workflows/magmi-workflow.yaml

19 lines
331 B
YAML

id: magmi-workflow
info:
name: "MAGMI Workflow"
author: "dwisiswant0"
variables:
magmi_tech: technologies/magmi-detect.yaml
magmi_cve1: cves/CVE-2017-7391.yaml
magmi_cve2: cves/CVE-2020-5776.yaml
magmi_cve3: cves/CVE-2020-5777.yaml
logic: |
if magmi_tech() {
magmi_cve1()
magmi_cve2()
magmi_cve3()
}