37 lines
1000 B
YAML
37 lines
1000 B
YAML
id: jira-setup
|
|
|
|
info:
|
|
name: Atlassian JIRA Setup - Installer
|
|
author: ritikchaddha
|
|
severity: high
|
|
description: Atlassian JIRA is susceptible to the Installation page exposure due to misconfiguration.
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: title:"JIRA - JIRA setup"
|
|
tags: misconfig,jira,atlassian,installer
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
- '{{BaseURL}}/secure/SetupMode!default.jspa'
|
|
|
|
stop-at-first-match: true
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'JIRA - JIRA setup'
|
|
- 'jira.webresources:jira-setup"'
|
|
case-insensitive: true
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a0047304502202be8e9b1b4f8f254128e5963923eea49de2beb40da3453771615c5facd21c80d022100a29b9eb24be364da07e566b5b74fabcffa33d817f115c504bb3a39dc003d0931:922c64590222798bb761d5b6d8e72950 |