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

20 lines
376 B
YAML
Raw Normal View History

id: jira-unauthenticated-projects
info:
name: Jira Unauthenticated Projects
author: TechbrunchFR
2021-02-10 16:37:17 +00:00
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