nuclei-templates/workflows/jira-workflow.yaml

35 lines
1.5 KiB
YAML
Raw Normal View History

2020-11-21 17:57:19 +00:00
id: jira-workflow
2020-07-08 15:16:44 +00:00
info:
2020-11-21 17:57:19 +00:00
name: Jira Security Checks
author: micha3lb3n
description: A simple workflow that runs all Jira related nuclei templates on a given target.
tags: workflow
2020-07-08 15:16:44 +00:00
2020-11-21 17:57:19 +00:00
# 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.
2020-07-08 15:16:44 +00:00
2020-11-21 17:57:19 +00:00
workflows:
2021-01-09 13:28:57 +00:00
- template: exposed-panels/jira-detect.yaml
2020-11-21 17:57:19 +00:00
subtemplates:
- template: cves/2017/CVE-2017-9506.yaml
- template: cves/2018/CVE-2018-20824.yaml
- template: cves/2019/CVE-2019-3396.yaml
- template: cves/2019/CVE-2019-3402.yaml
- template: cves/2019/CVE-2019-8442.yaml
- template: cves/2019/CVE-2019-8449.yaml
- template: cves/2019/CVE-2019-8451.yaml
- template: cves/2019/CVE-2019-11581.yaml
- template: cves/2020/CVE-2020-14179.yaml
- template: cves/2020/CVE-2020-14181.yaml
2021-02-01 08:20:15 +00:00
- template: vulnerabilities/jira/jira-service-desk-signup.yaml
- template: vulnerabilities/jira/jira-unauthenticated-dashboards.yaml
- template: vulnerabilities/jira/jira-unauthenticated-popular-filters.yaml
- template: vulnerabilities/jira/jira-unauthenticated-projects.yaml
- template: vulnerabilities/jira/jira-unauthenticated-user-picker.yaml
2021-02-09 21:59:24 +00:00
- template: vulnerabilities/jira/jira-unauthenticated-resolutions.yaml
- template: vulnerabilities/jira/jira-unauthenticated-adminprojects.yaml
- template: vulnerabilities/jira/jira-unauthenticated-projectcategories.yaml