mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-04 01:33:21 +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 Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>
14 lines
314 B
YAML
14 lines
314 B
YAML
id: zabbix-workflow
|
|
|
|
info:
|
|
name: Zabbix Security Checks
|
|
author: daffainfo
|
|
description: A simple workflow that runs all Zabbix related nuclei templates on a given target.
|
|
|
|
workflows:
|
|
- template: technologies/tech-detect.yaml
|
|
matchers:
|
|
- name: zabbix
|
|
subtemplates:
|
|
- tags: zabbix
|