Merge pull request #9946 from projectdiscovery/confluence-installer

Create confluence-installer.yaml
patch-4
Ritik Chaddha 2024-05-31 22:04:06 +05:30 committed by GitHub
commit 157fd4cbc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
id: confluence-installer
info:
name: Confluence Installation Page - Exposure
author: DhiyaneshDK
severity: high
description: |
Confluence is susceptible to the Installation page exposure due to misconfiguration.
metadata:
verified: true
max-request: 1
shodan-query: title:"Choose your deployment type - Confluence"
tags: misconfig,exposure,install,confluence
http:
- method: GET
path:
- "{{BaseURL}}/setup/setupcluster-start.action"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Choose your deployment type - Confluence"
- type: status
status:
- 200