🔨 Remove trailing newlines

patch-1
Dwi Siswanto 2020-08-21 02:10:31 +07:00
parent 26fc8b5a23
commit 6b6ca0a3f5
2 changed files with 6 additions and 12 deletions

View File

@ -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

View File

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