22 lines
438 B
YAML
22 lines
438 B
YAML
id: jira-unauthenticated-projects
|
|
|
|
info:
|
|
name: Jira Unauthenticated Projects
|
|
author: TechbrunchFR
|
|
severity: info
|
|
metadata:
|
|
shodan-query: http.component:"Atlassian Jira"
|
|
tags: atlassian,jira
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/rest/api/2/project?maxResults=100"
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'projects'
|
|
- 'startAt'
|
|
- 'maxResults'
|
|
condition: and
|