Merge pull request #6709 from projectdiscovery/jira-setup

Create jira-setup.yaml
patch-1
Dhiyaneshwaran 2023-02-10 00:04:39 +05:30 committed by GitHub
commit 15315fe4e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: jira-setup
info:
name: Atlassian JIRA Setup - Installer
author: ritikchaddha
severity: high
metadata:
verified: "true"
shodan-query: title:"JIRA - JIRA setup"
tags: misconfig,jira,atlassian,installer
requests:
- 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