Merge pull request #9946 from projectdiscovery/confluence-installer
Create confluence-installer.yamlpatch-4
commit
157fd4cbc8
|
@ -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
|
Loading…
Reference in New Issue