37 lines
820 B
YAML
37 lines
820 B
YAML
id: jira-unauthenticated-adminprojects
|
|
|
|
info:
|
|
name: Jira Unauthenticated Admin Projects
|
|
author: TESS
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.component:"Atlassian Jira"
|
|
tags: atlassian,jira
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/rest/menu/latest/admin"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'key'
|
|
- 'link'
|
|
- 'label'
|
|
- 'self'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "atlassian.xsrf.token"
|
|
|
|
# digest: 4a0a00473045022100d192828f15073c7df4a3d1b3369af25c0d6977b40c0a61f3976de004d38b678f0220487e369453a208bc460da114e6c9b11e804921b69a203bdddf80857f2478128f:922c64590222798bb761d5b6d8e72950
|