2020-07-06 16:03:33 +00:00
|
|
|
id: jira-unauthenticated-projects
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Jira Unauthenticated Projects
|
|
|
|
author: TechbrunchFR
|
2021-02-10 16:37:17 +00:00
|
|
|
severity: info
|
2022-07-04 13:18:12 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-07-04 13:18:12 +00:00
|
|
|
shodan-query: http.component:"Atlassian Jira"
|
2021-02-10 16:37:17 +00:00
|
|
|
tags: atlassian,jira
|
2020-07-06 17:00:26 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2020-07-06 16:03:33 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/rest/api/2/project?maxResults=100"
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- 'projects'
|
|
|
|
- 'startAt'
|
|
|
|
- 'maxResults'
|
|
|
|
condition: and
|