Skip to content

Jira Unauthenticated Project Categories

ID: jira-unauthenticated-projectcategories

Severity: info

Author: TESS

Tags: atlassian,jira

id: jira-unauthenticated-projectcategories
info:
name: Jira Unauthenticated Project Categories
author: TESS
severity: info
metadata:
max-request: 1
shodan-query: http.component:"Atlassian Jira"
tags: atlassian,jira
http:
- method: GET
path:
- "{{BaseURL}}/rest/api/2/projectCategory?maxResults=1000"
matchers-condition: and
matchers:
- type: word
words:
- 'self'
- 'description'
- 'name'
condition: and
- type: status
status:
- 200
- type: word
part: header
words:
- "atlassian.xsrf.token"
# digest: 490a004630440220162dafd9040e033209722ef5bd892d5920c24ec7d16ea1c528e10ca9acf0c114022073d8c7f748fede502423879a9abe9808450a850bd5c0f518b9cc44586f14d29b:922c64590222798bb761d5b6d8e72950

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 "http/vulnerabilities/jira/jira-unauthenticated-projectcategories.yaml"

View on Github