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