nuclei-templates/workflows/artica-web-proxy-workflow.yaml

18 lines
377 B
YAML
Raw Normal View History

2020-08-20 15:54:07 +00:00
id: artica-web-proxy-workflow
info:
name: Artica Web Proxy Workflows
2020-08-20 19:10:31 +00:00
author: dwisiswant0 & pdteam
variables:
2020-08-20 16:24:16 +00:00
artica_tech: technologies/artica-web-proxy-detect.yaml
artica_auth_bypass: cves/CVE-2020-17506.yaml
artica_os_command_inject: cves/CVE-2020-17505.yaml
2020-08-20 19:01:07 +00:00
logic:
|
2020-08-20 19:10:31 +00:00
if artica_tech() {
if artica_auth_bypass() {
artica_os_command_inject()
}
}