Merge branch 'tpl/add-tech-and-cve' of https://github.com/dwisiswant0/nuclei-templates into pr/332

patch-1
bauthard 2020-08-20 21:54:41 +05:30
commit 708184d338
1 changed files with 9 additions and 8 deletions

View File

@ -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()
}
}