mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
template renaming
This commit is contained in:
29
workflows/jira-workflow.yaml
Normal file
29
workflows/jira-workflow.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
id: jira-workflow
|
||||
|
||||
info:
|
||||
name: Jira Security Checks
|
||||
author: micha3lb3n
|
||||
description: A simple workflow that runs all Jira related nuclei templates on a given target.
|
||||
|
||||
# Supported on Nuclei v2.2.0 (https://github.com/projectdiscovery/nuclei/releases/tag/v2.2.0)
|
||||
# Old workflows still remains valid, and will be working with all nuclei versions.
|
||||
|
||||
workflows:
|
||||
|
||||
- template: technologies/jira-detect.yaml
|
||||
|
||||
subtemplates:
|
||||
- template: cves/CVE-2017-9506.yaml
|
||||
- template: cves/CVE-2018-20824.yaml
|
||||
- template: cves/CVE-2019-3396.yaml
|
||||
- template: cves/CVE-2019-3402.yaml
|
||||
- template: cves/CVE-2019-8442.yaml
|
||||
- template: cves/CVE-2019-8449.yaml
|
||||
- template: cves/CVE-2019-8451.yaml
|
||||
- template: cves/CVE-2020-14179.yaml
|
||||
- template: cves/CVE-2020-14181.yaml
|
||||
- template: security-misconfiguration/jira-service-desk-signup.yaml
|
||||
- template: security-misconfiguration/jira-unauthenticated-dashboards.yaml
|
||||
- template: security-misconfiguration/jira-unauthenticated-popular-filters.yaml
|
||||
- template: security-misconfiguration/jira-unauthenticated-projects.yaml
|
||||
- template: security-misconfiguration/jira-unauthenticated-user-picker.yaml
|
||||
Reference in New Issue
Block a user