38 lines
896 B
YAML
38 lines
896 B
YAML
id: jira-setup
|
|
|
|
info:
|
|
name: Atlassian JIRA Setup - Installer
|
|
author: ritikchaddha
|
|
severity: high
|
|
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: 490a0046304402205709cb1768d530533c3f846fe10f6c3c1abfe464d16ddda66326ce718e76270c02201ab3e9cbf9162ba9061776411442ef4f40b4033a15d351cfef41ecf47185537f:922c64590222798bb761d5b6d8e72950
|