Create cisco-asa-workflow.yaml

patch-1
bauthard 2020-08-23 14:09:01 +05:30
parent 7abbb881c1
commit ec0b62fd6f
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
id: cisco-asa-workflow
info:
name: Cisco ASA Pwner
author: flag007
variables:
ciscoasa: panels/cisco-asa-panel.yaml
ciscoasa_cve_2020_3187: cves/CVE-2020-3187.yaml
ciscoasa_cve_2020_3452: cves/CVE-2020-3452.yaml
ciscoasa_cve_2018_0296: cves/CVE-2018-0296.yaml
logic:
|
if ciscoasa() {
ciscoasa_cve_2020_3187()
ciscoasa_cve_2020_3452()
ciscoasa_cve_2018_0296()
}