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

22 lines
438 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
metadata:
shodan-query: http.component:"Atlassian Jira"
2021-02-10 16:37:17 +00:00
tags: atlassian,jira
requests:
- method: GET
path:
- "{{BaseURL}}/rest/api/2/project?maxResults=100"
matchers:
- type: word
words:
- 'projects'
- 'startAt'
- 'maxResults'
condition: and