mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-08 03:33:18 +08:00
* Add 27 workflow templates * fixed Artifactory workflow * Fixed Jetty workflow * Fixed Moodle workflow * Fixed Zabbix workflow * Fixed DedeCMS workflow * Fixed OFBiz workflow * Fixed rConfig workflow * Tag update for R-SeeNet workflow * Add 3 token-spray templates * format fixes * Add workflow templates * More workflows templates * multiple workflow fixes Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>
13 lines
409 B
YAML
13 lines
409 B
YAML
id: cisco-asa-workflow
|
|
|
|
info:
|
|
name: Cisco ASA Security Checks
|
|
author: flag007
|
|
description: A simple workflow that runs all Cisco ASA related nuclei templates on a given target.
|
|
|
|
workflows:
|
|
- template: exposed-panels/cisco/cisco-asa-panel.yaml
|
|
subtemplates:
|
|
- template: cves/2020/CVE-2020-3187.yaml
|
|
- template: cves/2020/CVE-2020-3452.yaml
|
|
- template: cves/2018/CVE-2018-0296.yaml |