Merge branch 'tpl/add-tech-and-cve' of https://github.com/dwisiswant0/nuclei-templates into pr/332
commit
708184d338
|
@ -1,4 +1,5 @@
|
|||
id: wordpress-workflow
|
||||
id: artica-web-proxy-workflow
|
||||
|
||||
info:
|
||||
name: Artica Web Proxy Workflows
|
||||
author: dwisiswant0
|
||||
|
@ -8,10 +9,10 @@ variables:
|
|||
artica_auth_bypass: cves/CVE-2020-17506.yaml
|
||||
artica_os_command_inject: cves/CVE-2020-17505.yaml
|
||||
|
||||
logic: |
|
||||
if artica_tech() {
|
||||
artica_auth_bypass()
|
||||
if artica_auth_bypass["session"] {
|
||||
artica_os_command_inject()
|
||||
}
|
||||
}
|
||||
logic: |-
|
||||
if artica_tech() {
|
||||
artica_auth_bypass()
|
||||
if artica_auth_bypass["session"] {
|
||||
artica_os_command_inject()
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue