Delete cisco-asa-workflow

patch-1
bauthard 2020-08-23 18:01:43 +05:30
parent 0a82cb787d
commit c229002dbb
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
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()
}