nuclei-templates/vulnerabilities/jira/jira-unauthenticated-projec...

20 lines
376 B
YAML

id: jira-unauthenticated-projects
info:
name: Jira Unauthenticated Projects
author: TechbrunchFR
severity: info
tags: atlassian,jira
requests:
- method: GET
path:
- "{{BaseURL}}/rest/api/2/project?maxResults=100"
matchers:
- type: word
words:
- 'projects'
- 'startAt'
- 'maxResults'
condition: and