2021-10-15 16:05:51 +00:00
|
|
|
id: jira-unauthenticated-screens
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Jira Unauthenticated Access to screens
|
|
|
|
author: TESS
|
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-screens/#api-rest-api-2-screens-get
|
2022-07-04 13:18:16 +00:00
|
|
|
metadata:
|
|
|
|
shodan-query: http.component:"Atlassian Jira"
|
2021-10-15 16:05:51 +00:00
|
|
|
tags: atlassian,jira
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2021-10-17 03:06:48 +00:00
|
|
|
- "{{BaseURL}}/rest/api/2/screens"
|
2021-10-15 16:05:51 +00:00
|
|
|
|
2021-10-17 03:06:48 +00:00
|
|
|
max-size: 1000
|
2021-10-15 16:05:51 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2021-10-17 03:06:48 +00:00
|
|
|
- '"id":'
|
|
|
|
- '"name":'
|
|
|
|
- '"description":'
|
2021-10-15 16:05:51 +00:00
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "atlassian.xsrf.token"
|