🔨 Remove trailing newlines
parent
26fc8b5a23
commit
6b6ca0a3f5
|
@ -8,7 +8,6 @@ requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/fw.login.php"
|
- "{{BaseURL}}/fw.login.php"
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
|
|
|
@ -2,7 +2,7 @@ id: artica-web-proxy-workflow
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Artica Web Proxy Workflows
|
name: Artica Web Proxy Workflows
|
||||||
author: dwisiswant0
|
author: dwisiswant0 & pdteam
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
artica_tech: technologies/artica-web-proxy-detect.yaml
|
artica_tech: technologies/artica-web-proxy-detect.yaml
|
||||||
|
@ -10,14 +10,9 @@ variables:
|
||||||
artica_os_command_inject: cves/CVE-2020-17505.yaml
|
artica_os_command_inject: cves/CVE-2020-17505.yaml
|
||||||
|
|
||||||
logic:
|
logic:
|
||||||
|
|
||||||
|
|
|
|
||||||
|
if artica_tech() {
|
||||||
if artica_tech() {
|
if artica_auth_bypass() {
|
||||||
|
artica_os_command_inject()
|
||||||
if artica_auth_bypass() {
|
|
||||||
|
|
||||||
artica_os_command_inject()
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue