mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
16 lines
306 B
YAML
16 lines
306 B
YAML
|
|
id: sap-netweaver-workflow
|
||
|
|
|
||
|
|
info:
|
||
|
|
name: SAP NetWaver Workflow
|
||
|
|
author: dwisiswant0
|
||
|
|
|
||
|
|
variables:
|
||
|
|
sap_netweaver_as_java: technologies/sap-netweaver-as-java-detect.yaml
|
||
|
|
sap_netweaver_as_java_cve_1: cves/CVE-2020-6287.yaml
|
||
|
|
|
||
|
|
logic:
|
||
|
|
|
|
||
|
|
if sap_netweaver_as_java() {
|
||
|
|
sap_netweaver_as_java_cve_1()
|
||
|
|
}
|