Skip to content

Jira Security Checks

ID: jira-workflow

Severity: “

Author: micha3lb3n

Tags:

A simple workflow that runs all Jira related nuclei templates on a given target.

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.
workflows:
- template: http/technologies/jira-detect.yaml
subtemplates:
- tags: jira

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "workflows/jira-workflow.yaml"

View on Github