♻️ Add Artica Web Proxy workflows
parent
4fd07d906c
commit
053970ff92
|
@ -0,0 +1,17 @@
|
||||||
|
id: wordpress-workflow
|
||||||
|
info:
|
||||||
|
name: Artica Web Proxy Workflows
|
||||||
|
author: dwisiswant0
|
||||||
|
|
||||||
|
variables:
|
||||||
|
artica_tech: technologies/artica-web-proxy-detect.yaml
|
||||||
|
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()
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue