27 lines
921 B
YAML
27 lines
921 B
YAML
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.
|
|
tags: workflow
|
|
|
|
workflows:
|
|
|
|
- template: exposed-panels/jira-detect.yaml
|
|
|
|
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-8446.yaml
|
|
- template: cves/2019/CVE-2019-8449.yaml
|
|
- template: cves/2019/CVE-2019-8451.yaml
|
|
- template: cves/2019/CVE-2019-11581.yaml
|
|
- template: cves/2019/CVE-2019-3403.yaml
|
|
- template: cves/2020/CVE-2020-14179.yaml
|
|
- template: cves/2020/CVE-2020-14181.yaml
|
|
- template: cves/2020/CVE-2020-36289.yaml
|
|
- template: vulnerabilities/jira/ |