26 lines
649 B
YAML
26 lines
649 B
YAML
id: jira-unauthenticated-projects
|
|
|
|
info:
|
|
name: Jira Unauthenticated Projects
|
|
author: TechbrunchFR
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.component:"Atlassian Jira"
|
|
tags: atlassian,jira
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/rest/api/2/project?maxResults=100"
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'projects'
|
|
- 'startAt'
|
|
- 'maxResults'
|
|
condition: and
|
|
|
|
# digest: 4a0a004730450220581d4459c98b3cfe9cc69310f86ad76f7a88cb5c8a633dba698cba5532551df002210099aed0a0def6d0deb8d063f466818d4c08fbbf1fb7576900d783852fb16c3ed5:922c64590222798bb761d5b6d8e72950
|